Romantic Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Romantic palette

Share this palette to:

Romantic color palette PNG image

Download romantic color palette PNG image (landscape)
Download romantic color palette PNG image (square)

Romantic color palette CSS

/* CSS */
.color-1 {
color: #f5c2c2;
}
.color-2 {
color: #f8afbf;
}
.color-3 {
color: #f6a7bb;
}
.color-4 {
color: #f09ebf;
}
.color-5 {
color: #e67a8e;
}

/* CSS Variables */
:root {
--color-1: #f5c2c2;
--color-2: #f8afbf;
--color-3: #f6a7bb;
--color-4: #f09ebf;
--color-5: #e67a8e;
}

Romantic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c2c2, #f8afbf, #f6a7bb, #f09ebf, #e67a8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c2c2, #f8afbf, #f6a7bb, #f09ebf, #e67a8e);
}

Romantic color palette created on .