Paleta de colores Whispers of Romance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Romance palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Romance

/* CSS */
.color-1 {
color: #b7a2c3;
}
.color-2 {
color: #e4cae7;
}
.color-3 {
color: #f4b8d8;
}
.color-4 {
color: #f1a2c3;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #b7a2c3;
--color-2: #e4cae7;
--color-3: #f4b8d8;
--color-4: #f1a2c3;
--color-5: #000000;
}

CSS del degradado de fondo Whispers of Romance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7a2c3, #e4cae7, #f4b8d8, #f1a2c3, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7a2c3, #e4cae7, #f4b8d8, #f1a2c3, #000000);
}

Whispers of Romance color palette created on .