Timeless Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Timeless Serenity palette

Share this palette to:

Timeless Serenity color palette CSS

/* CSS */
.color-1 {
color: #1a8899;
}
.color-2 {
color: #4eb7b3;
}
.color-3 {
color: #a8e1d5;
}
.color-4 {
color: #efe6d7;
}
.color-5 {
color: #f9a824;
}

/* CSS Variables */
:root {
--color-1: #1a8899;
--color-2: #4eb7b3;
--color-3: #a8e1d5;
--color-4: #efe6d7;
--color-5: #f9a824;
}

Timeless Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a8899, #4eb7b3, #a8e1d5, #efe6d7, #f9a824);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a8899, #4eb7b3, #a8e1d5, #efe6d7, #f9a824);
}

Timeless Serenity color palette created on .