Coral Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coral Breeze palette

Share this palette to:

Coral Breeze color palette CSS

/* CSS */
.color-1 {
color: #ff8e6b;
}
.color-2 {
color: #ffb19e;
}
.color-3 {
color: #ffd0b3;
}
.color-4 {
color: #fff3e0;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #ff8e6b;
--color-2: #ffb19e;
--color-3: #ffd0b3;
--color-4: #fff3e0;
--color-5: #ff6e61;
}

Coral Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8e6b, #ffb19e, #ffd0b3, #fff3e0, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8e6b, #ffb19e, #ffd0b3, #fff3e0, #ff6e61);
}

Coral Breeze color palette created on .