Whispers of Romance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Romance palette

Condividi questa palette a:

tavolozza dei colori Whispers of Romance CSS

/* CSS */
.color-1 {
color: #b68fbd;
}
.color-2 {
color: #9f7ba7;
}
.color-3 {
color: #8e5a90;
}
.color-4 {
color: #f1b6d1;
}
.color-5 {
color: #f2abb3;
}

/* CSS Variables */
:root {
--color-1: #b68fbd;
--color-2: #9f7ba7;
--color-3: #8e5a90;
--color-4: #f1b6d1;
--color-5: #f2abb3;
}

CSS con gradiente di sfondo Whispers of Romance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b68fbd, #9f7ba7, #8e5a90, #f1b6d1, #f2abb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b68fbd, #9f7ba7, #8e5a90, #f1b6d1, #f2abb3);
}

Whispers of Romance color palette created on .