Cole Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cole palette
Color Inspiration
Images that showcase this color palette in real designs
Download Cole Color Palette (PNG)
Cole color palette CSS
/* CSS */
.color-1 {
color: #1e4c7b;
}
.color-2 {
color: #498c9c;
}
.color-3 {
color: #89b3a2;
}
.color-4 {
color: #f1d27e;
}
.color-5 {
color: #d56b48;
}
/* CSS Variables */
:root {
--color-1: #1e4c7b;
--color-2: #498c9c;
--color-3: #89b3a2;
--color-4: #f1d27e;
--color-5: #d56b48;
}
Cole background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4c7b, #498c9c, #89b3a2, #f1d27e, #d56b48);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4c7b, #498c9c, #89b3a2, #f1d27e, #d56b48);
}
Similar color palettes
Cole color palette created on .