Shadowed Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shadowed Serenity palette

Share this palette to:

Shadowed Serenity color palette CSS

/* CSS */
.color-1 {
color: #3f2b55;
}
.color-2 {
color: #7d4b8b;
}
.color-3 {
color: #bb7cb1;
}
.color-4 {
color: #f2a33a;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #3f2b55;
--color-2: #7d4b8b;
--color-3: #bb7cb1;
--color-4: #f2a33a;
--color-5: #ff6e61;
}

Shadowed Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f2b55, #7d4b8b, #bb7cb1, #f2a33a, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f2b55, #7d4b8b, #bb7cb1, #f2a33a, #ff6e61);
}

Shadowed Serenity color palette created on .