Twisted Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Twisted Serenity palette

Share this palette to:

Twisted Serenity color palette CSS

/* CSS */
.color-1 {
color: #a27c92;
}
.color-2 {
color: #f5b2c5;
}
.color-3 {
color: #f5f3c2;
}
.color-4 {
color: #b8d9a6;
}
.color-5 {
color: #6a9fa0;
}

/* CSS Variables */
:root {
--color-1: #a27c92;
--color-2: #f5b2c5;
--color-3: #f5f3c2;
--color-4: #b8d9a6;
--color-5: #6a9fa0;
}

Twisted Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a27c92, #f5b2c5, #f5f3c2, #b8d9a6, #6a9fa0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a27c92, #f5b2c5, #f5f3c2, #b8d9a6, #6a9fa0);
}

Twisted Serenity color palette created on .