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: #a6c4d9;
}
.color-2 {
color: #e8b5d1;
}
.color-3 {
color: #e9b79f;
}
.color-4 {
color: #f6e6a7;
}
.color-5 {
color: #f5c9a8;
}

/* CSS Variables */
:root {
--color-1: #a6c4d9;
--color-2: #e8b5d1;
--color-3: #e9b79f;
--color-4: #f6e6a7;
--color-5: #f5c9a8;
}

CSS con gradiente di sfondo Whispers of Romance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c4d9, #e8b5d1, #e9b79f, #f6e6a7, #f5c9a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c4d9, #e8b5d1, #e9b79f, #f6e6a7, #f5c9a8);
}

Whispers of Romance color palette created on .