Romantic Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Romantic palette
Romantic color palette PNG image
Romantic color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9f80;
}
.color-3 {
color: #ffd4b8;
}
.color-4 {
color: #ffb3ba;
}
.color-5 {
color: #d1a8ff;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9f80;
--color-3: #ffd4b8;
--color-4: #ffb3ba;
--color-5: #d1a8ff;
}
Romantic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9f80, #ffd4b8, #ffb3ba, #d1a8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9f80, #ffd4b8, #ffb3ba, #d1a8ff);
}
Similar color palettes
Romantic color palette created on .