Paleta de colores Sweet Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sweet Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Sweet Serenity

/* CSS */
.color-1 {
color: #d4a2e2;
}
.color-2 {
color: #cb76c0;
}
.color-3 {
color: #bf4594;
}
.color-4 {
color: #9251bd;
}
.color-5 {
color: #4236ab;
}

/* CSS Variables */
:root {
--color-1: #d4a2e2;
--color-2: #cb76c0;
--color-3: #bf4594;
--color-4: #9251bd;
--color-5: #4236ab;
}

CSS del degradado de fondo Sweet Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4a2e2, #cb76c0, #bf4594, #9251bd, #4236ab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4a2e2, #cb76c0, #bf4594, #9251bd, #4236ab);
}

Sweet Serenity color palette created on .