Cerulean Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cerulean Whisper palette
Cerulean Whisper color palette CSS
/* CSS */
.color-1 {
color: #e8f0f2;
}
.color-2 {
color: #c4d4d9;
}
.color-3 {
color: #a8b8c2;
}
.color-4 {
color: #8ea2b4;
}
.color-5 {
color: #5d7883;
}
/* CSS Variables */
:root {
--color-1: #e8f0f2;
--color-2: #c4d4d9;
--color-3: #a8b8c2;
--color-4: #8ea2b4;
--color-5: #5d7883;
}
Cerulean Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8f0f2, #c4d4d9, #a8b8c2, #8ea2b4, #5d7883);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8f0f2, #c4d4d9, #a8b8c2, #8ea2b4, #5d7883);
}
Similar color palettes
Cerulean Whisper color palette created on .