Romantic Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Romantic Yellow palette

Share this palette to:

Romantic Yellow color palette CSS

/* CSS */
.color-1 {
color: #fad12e;
}
.color-2 {
color: #f99b1f;
}
.color-3 {
color: #f76d1d;
}
.color-4 {
color: #e94e77;
}
.color-5 {
color: #a93d9c;
}

/* CSS Variables */
:root {
--color-1: #fad12e;
--color-2: #f99b1f;
--color-3: #f76d1d;
--color-4: #e94e77;
--color-5: #a93d9c;
}

Romantic Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad12e, #f99b1f, #f76d1d, #e94e77, #a93d9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad12e, #f99b1f, #f76d1d, #e94e77, #a93d9c);
}

Romantic Yellow color palette created on .