Cool Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cool Serenity palette
Cool Serenity color palette CSS
/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #6e9eb9;
}
.color-3 {
color: #4a738c;
}
.color-4 {
color: #3d5e7b;
}
.color-5 {
color: #2c4454;
}
/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #6e9eb9;
--color-3: #4a738c;
--color-4: #3d5e7b;
--color-5: #2c4454;
}
Cool Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #6e9eb9, #4a738c, #3d5e7b, #2c4454);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #6e9eb9, #4a738c, #3d5e7b, #2c4454);
}
Similar color palettes
Cool Serenity color palette created on .