Paleta de colores Petals of Reflection

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Petals of Reflection palette

Compartir esta paleta en:

CSS de la paleta de colores Petals of Reflection

/* CSS */
.color-1 {
color: #eab8d1;
}
.color-2 {
color: #df6d78;
}
.color-3 {
color: #c0599c;
}
.color-4 {
color: #8c2c5d;
}
.color-5 {
color: #4c1a3c;
}

/* CSS Variables */
:root {
--color-1: #eab8d1;
--color-2: #df6d78;
--color-3: #c0599c;
--color-4: #8c2c5d;
--color-5: #4c1a3c;
}

CSS del degradado de fondo Petals of Reflection

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8d1, #df6d78, #c0599c, #8c2c5d, #4c1a3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8d1, #df6d78, #c0599c, #8c2c5d, #4c1a3c);
}

Petals of Reflection color palette created on .