Trance of Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Trance of Serenity palette

Share this palette to:

Trance of Serenity color palette CSS

/* CSS */
.color-1 {
color: #3b5e9b;
}
.color-2 {
color: #507e9b;
}
.color-3 {
color: #79b9b1;
}
.color-4 {
color: #a3d9a0;
}
.color-5 {
color: #f2e9a1;
}

/* CSS Variables */
:root {
--color-1: #3b5e9b;
--color-2: #507e9b;
--color-3: #79b9b1;
--color-4: #a3d9a0;
--color-5: #f2e9a1;
}

Trance of Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5e9b, #507e9b, #79b9b1, #a3d9a0, #f2e9a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5e9b, #507e9b, #79b9b1, #a3d9a0, #f2e9a1);
}

Trance of Serenity color palette created on .