Paleta de colores Petals of Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Petals of Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Petals of Serenity

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f0e5e5;
}
.color-3 {
color: #d0c3c3;
}
.color-4 {
color: #b3a2a2;
}
.color-5 {
color: #9b7d7d;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f0e5e5;
--color-3: #d0c3c3;
--color-4: #b3a2a2;
--color-5: #9b7d7d;
}

CSS del degradado de fondo Petals of Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f0e5e5, #d0c3c3, #b3a2a2, #9b7d7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f0e5e5, #d0c3c3, #b3a2a2, #9b7d7d);
}

Petals of Serenity color palette created on .