Paleta de colores Petals of Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Petals of Serenity palette
CSS de la paleta de colores Petals of Serenity
/* CSS */
.color-1 {
color: #a11b6c;
}
.color-2 {
color: #d57b99;
}
.color-3 {
color: #f0a3b7;
}
.color-4 {
color: #f1e1a7;
}
.color-5 {
color: #a4c5e0;
}
/* CSS Variables */
:root {
--color-1: #a11b6c;
--color-2: #d57b99;
--color-3: #f0a3b7;
--color-4: #f1e1a7;
--color-5: #a4c5e0;
}
CSS del degradado de fondo Petals of Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a11b6c, #d57b99, #f0a3b7, #f1e1a7, #a4c5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a11b6c, #d57b99, #f0a3b7, #f1e1a7, #a4c5e0);
}
Paletas de colores similares
Petals of Serenity color palette created on .