Cool Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cool Blue palette
Cool Blue color palette CSS
/* CSS */
.color-1 {
color: #00a5e0;
}
.color-2 {
color: #3bc2e8;
}
.color-3 {
color: #83e7e1;
}
.color-4 {
color: #a6f2d6;
}
.color-5 {
color: #cffcf2;
}
/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #3bc2e8;
--color-3: #83e7e1;
--color-4: #a6f2d6;
--color-5: #cffcf2;
}
Cool Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #3bc2e8, #83e7e1, #a6f2d6, #cffcf2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #3bc2e8, #83e7e1, #a6f2d6, #cffcf2);
}
Similar color palettes
Cool Blue color palette created on .