Calculated Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Calculated Serenity palette

Share this palette to:

Calculated Serenity color palette CSS

/* CSS */
.color-1 {
color: #a1d3e8;
}
.color-2 {
color: #7eb5c9;
}
.color-3 {
color: #5b99b3;
}
.color-4 {
color: #3c7b90;
}
.color-5 {
color: #295965;
}

/* CSS Variables */
:root {
--color-1: #a1d3e8;
--color-2: #7eb5c9;
--color-3: #5b99b3;
--color-4: #3c7b90;
--color-5: #295965;
}

Calculated Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d3e8, #7eb5c9, #5b99b3, #3c7b90, #295965);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d3e8, #7eb5c9, #5b99b3, #3c7b90, #295965);
}

Calculated Serenity color palette created on .