Coral Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coral Harmony palette

Share this palette to:

Coral Harmony color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f7b1a1;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #6fb3b8;
}
.color-5 {
color: #1d7a8b;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f7b1a1;
--color-3: #ffd900;
--color-4: #6fb3b8;
--color-5: #1d7a8b;
}

Coral Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f7b1a1, #ffd900, #6fb3b8, #1d7a8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f7b1a1, #ffd900, #6fb3b8, #1d7a8b);
}

Coral Harmony color palette created on .