Retro Romance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Retro Romance palette

Share this palette to:

Retro Romance color palette CSS

/* CSS */
.color-1 {
color: #d3a7b2;
}
.color-2 {
color: #ddb0b6;
}
.color-3 {
color: #e9bec5;
}
.color-4 {
color: #f4cdd3;
}
.color-5 {
color: #fbe4df;
}

/* CSS Variables */
:root {
--color-1: #d3a7b2;
--color-2: #ddb0b6;
--color-3: #e9bec5;
--color-4: #f4cdd3;
--color-5: #fbe4df;
}

Retro Romance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3a7b2, #ddb0b6, #e9bec5, #f4cdd3, #fbe4df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3a7b2, #ddb0b6, #e9bec5, #f4cdd3, #fbe4df);
}

Retro Romance color palette created on .