Cold Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cold palette
Cold color palette PNG image
Cold color palette CSS
/* CSS */
.color-1 {
color: #a1c8e2;
}
.color-2 {
color: #6b9bc2;
}
.color-3 {
color: #3a7d9c;
}
.color-4 {
color: #0c4c73;
}
.color-5 {
color: #01385b;
}
/* CSS Variables */
:root {
--color-1: #a1c8e2;
--color-2: #6b9bc2;
--color-3: #3a7d9c;
--color-4: #0c4c73;
--color-5: #01385b;
}
Cold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1c8e2, #6b9bc2, #3a7d9c, #0c4c73, #01385b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1c8e2, #6b9bc2, #3a7d9c, #0c4c73, #01385b);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Cold color palette created on .