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: #a76eaa;
}
.color-2 {
color: #b890bb;
}
.color-3 {
color: #d1b1d2;
}
.color-4 {
color: #dfc3df;
}
.color-5 {
color: #f5d1e7;
}

/* CSS Variables */
:root {
--color-1: #a76eaa;
--color-2: #b890bb;
--color-3: #d1b1d2;
--color-4: #dfc3df;
--color-5: #f5d1e7;
}

CSS con gradiente di sfondo Whispers of Romance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a76eaa, #b890bb, #d1b1d2, #dfc3df, #f5d1e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a76eaa, #b890bb, #d1b1d2, #dfc3df, #f5d1e7);
}

Whispers of Romance color palette created on .