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: #f9d4d2;
}
.color-2 {
color: #f8b4f2;
}
.color-3 {
color: #f4a462;
}
.color-4 {
color: #f9df4e;
}
.color-5 {
color: #a8e6cf;
}

/* CSS Variables */
:root {
--color-1: #f9d4d2;
--color-2: #f8b4f2;
--color-3: #f4a462;
--color-4: #f9df4e;
--color-5: #a8e6cf;
}

CSS del degradado de fondo Sweet Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d4d2, #f8b4f2, #f4a462, #f9df4e, #a8e6cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d4d2, #f8b4f2, #f4a462, #f9df4e, #a8e6cf);
}

Sweet Serenity color palette created on .