Cerulean Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cerulean Serenity palette
Cerulean Serenity color palette CSS
/* CSS */
.color-1 {
color: #e4f3f6;
}
.color-2 {
color: #b3e1ea;
}
.color-3 {
color: #85d5d5;
}
.color-4 {
color: #4eb7b5;
}
.color-5 {
color: #009485;
}
/* CSS Variables */
:root {
--color-1: #e4f3f6;
--color-2: #b3e1ea;
--color-3: #85d5d5;
--color-4: #4eb7b5;
--color-5: #009485;
}
Cerulean Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4f3f6, #b3e1ea, #85d5d5, #4eb7b5, #009485);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4f3f6, #b3e1ea, #85d5d5, #4eb7b5, #009485);
}
Similar color palettes
Cerulean Serenity color palette created on .