Paleta de colores Whispering Rose Cavern

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispering Rose Cavern palette

Compartir esta paleta en:

CSS de la paleta de colores Whispering Rose Cavern

/* CSS */
.color-1 {
color: #f4c8c8;
}
.color-2 {
color: #e3bfbf;
}
.color-3 {
color: #d7a8a8;
}
.color-4 {
color: #c99c9c;
}
.color-5 {
color: #b48e8e;
}

/* CSS Variables */
:root {
--color-1: #f4c8c8;
--color-2: #e3bfbf;
--color-3: #d7a8a8;
--color-4: #c99c9c;
--color-5: #b48e8e;
}

CSS del degradado de fondo Whispering Rose Cavern

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c8c8, #e3bfbf, #d7a8a8, #c99c9c, #b48e8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c8c8, #e3bfbf, #d7a8a8, #c99c9c, #b48e8e);
}

Whispering Rose Cavern color palette created on .