Numerical Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Numerical Serenity palette

Share this palette to:

Numerical Serenity color palette CSS

/* CSS */
.color-1 {
color: #6999c3;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f6c960;
}
.color-4 {
color: #e1e9b9;
}
.color-5 {
color: #b7d59f;
}

/* CSS Variables */
:root {
--color-1: #6999c3;
--color-2: #f1a8a2;
--color-3: #f6c960;
--color-4: #e1e9b9;
--color-5: #b7d59f;
}

Numerical Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6999c3, #f1a8a2, #f6c960, #e1e9b9, #b7d59f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6999c3, #f1a8a2, #f6c960, #e1e9b9, #b7d59f);
}

Numerical Serenity color palette created on .