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: #ff6e61;
}
.color-2 {
color: #6cbe46;
}
.color-3 {
color: #3b8dba;
}
.color-4 {
color: #f6b531;
}
.color-5 {
color: #ffb84d;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6cbe46;
--color-3: #3b8dba;
--color-4: #f6b531;
--color-5: #ffb84d;
}
Cool Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6cbe46, #3b8dba, #f6b531, #ffb84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6cbe46, #3b8dba, #f6b531, #ffb84d);
}
Similar color palettes
Cool Blue color palette created on .