Romantic Coral Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Romantic Coral palette
Romantic Coral color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff998a;
}
.color-3 {
color: #ffb59e;
}
.color-4 {
color: #b5e3d8;
}
.color-5 {
color: #699bab;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff998a;
--color-3: #ffb59e;
--color-4: #b5e3d8;
--color-5: #699bab;
}
Romantic Coral background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff998a, #ffb59e, #b5e3d8, #699bab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff998a, #ffb59e, #b5e3d8, #699bab);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Romantic Coral color palette created on .