Whispers of Romance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Romance palette

Share this palette to:

Whispers of Romance color palette CSS

/* 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;
}

Whispers of Romance background gradient CSS

/* 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 .