Aged Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aged Serenity palette

Share this palette to:

Aged Serenity color palette CSS

/* CSS */
.color-1 {
color: #639c8f;
}
.color-2 {
color: #81b1a9;
}
.color-3 {
color: #a2c8b5;
}
.color-4 {
color: #e1e4b9;
}
.color-5 {
color: #f9c89f;
}

/* CSS Variables */
:root {
--color-1: #639c8f;
--color-2: #81b1a9;
--color-3: #a2c8b5;
--color-4: #e1e4b9;
--color-5: #f9c89f;
}

Aged Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #639c8f, #81b1a9, #a2c8b5, #e1e4b9, #f9c89f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #639c8f, #81b1a9, #a2c8b5, #e1e4b9, #f9c89f);
}

Aged Serenity color palette created on .