Blue Thomas Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Thomas palette
Blue Thomas color palette CSS
/* CSS */
.color-1 {
color: #3d5ddb;
}
.color-2 {
color: #f5a700;
}
.color-3 {
color: #c52e20;
}
.color-4 {
color: #8ac8e0;
}
.color-5 {
color: #f3c7bf;
}
/* CSS Variables */
:root {
--color-1: #3d5ddb;
--color-2: #f5a700;
--color-3: #c52e20;
--color-4: #8ac8e0;
--color-5: #f3c7bf;
}
Blue Thomas background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d5ddb, #f5a700, #c52e20, #8ac8e0, #f3c7bf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d5ddb, #f5a700, #c52e20, #8ac8e0, #f3c7bf);
}
Similar color palettes
Blue Thomas color palette created on .