Paleta de colores Whispers of the Divine
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of the Divine palette
CSS de la paleta de colores Whispers of the Divine
/* CSS */
.color-1 {
color: #eab8d1;
}
.color-2 {
color: #a26d93;
}
.color-3 {
color: #6d3c5f;
}
.color-4 {
color: #3a1d33;
}
.color-5 {
color: #9c4965;
}
/* CSS Variables */
:root {
--color-1: #eab8d1;
--color-2: #a26d93;
--color-3: #6d3c5f;
--color-4: #3a1d33;
--color-5: #9c4965;
}
CSS del degradado de fondo Whispers of the Divine
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8d1, #a26d93, #6d3c5f, #3a1d33, #9c4965);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8d1, #a26d93, #6d3c5f, #3a1d33, #9c4965);
}
Paletas de colores similares
Whispers of the Divine color palette created on .