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: #f8e0b9;
}
.color-2 {
color: #f6b8a2;
}
.color-3 {
color: #f1a2b6;
}
.color-4 {
color: #efa4d8;
}
.color-5 {
color: #f3d3e0;
}

/* CSS Variables */
:root {
--color-1: #f8e0b9;
--color-2: #f6b8a2;
--color-3: #f1a2b6;
--color-4: #efa4d8;
--color-5: #f3d3e0;
}

CSS del degradado de fondo Sweet Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e0b9, #f6b8a2, #f1a2b6, #efa4d8, #f3d3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e0b9, #f6b8a2, #f1a2b6, #efa4d8, #f3d3e0);
}

Sweet Serenity color palette created on .