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: #ffb3c1;
}
.color-2 {
color: #ffd3a3;
}
.color-3 {
color: #e2f2fd;
}
.color-4 {
color: #a6e3d0;
}
.color-5 {
color: #ffadad;
}

/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #ffd3a3;
--color-3: #e2f2fd;
--color-4: #a6e3d0;
--color-5: #ffadad;
}

CSS del degradado de fondo Sweet Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #ffd3a3, #e2f2fd, #a6e3d0, #ffadad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #ffd3a3, #e2f2fd, #a6e3d0, #ffadad);
}

Sweet Serenity color palette created on .