Romantic Earthtones Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Romantic Earthtones palette

Share this palette to:

Romantic Earthtones color palette PNG image

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

Romantic Earthtones color palette CSS

/* CSS */
.color-1 {
color: #5b2a34;
}
.color-2 {
color: #8c4f6d;
}
.color-3 {
color: #d18995;
}
.color-4 {
color: #f1c1c5;
}
.color-5 {
color: #fcd4d5;
}

/* CSS Variables */
:root {
--color-1: #5b2a34;
--color-2: #8c4f6d;
--color-3: #d18995;
--color-4: #f1c1c5;
--color-5: #fcd4d5;
}

Romantic Earthtones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b2a34, #8c4f6d, #d18995, #f1c1c5, #fcd4d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b2a34, #8c4f6d, #d18995, #f1c1c5, #fcd4d5);
}

Romantic Earthtones color palette created on .