Paleta de colores Embrace of Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Embrace of Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Embrace of Serenity

/* CSS */
.color-1 {
color: #f9d6a9;
}
.color-2 {
color: #f6a4a2;
}
.color-3 {
color: #f5a3d7;
}
.color-4 {
color: #a3c7e0;
}
.color-5 {
color: #4a9acf;
}

/* CSS Variables */
:root {
--color-1: #f9d6a9;
--color-2: #f6a4a2;
--color-3: #f5a3d7;
--color-4: #a3c7e0;
--color-5: #4a9acf;
}

CSS del degradado de fondo Embrace of Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d6a9, #f6a4a2, #f5a3d7, #a3c7e0, #4a9acf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d6a9, #f6a4a2, #f5a3d7, #a3c7e0, #4a9acf);
}

Embrace of Serenity color palette created on .