Paleta de colores Twisted Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Twisted Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Twisted Serenity

/* 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;
}

CSS del degradado de fondo Twisted Serenity

/* 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 .