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: #a5d1d5;
}
.color-2 {
color: #f9bca4;
}
.color-3 {
color: #ff8d5c;
}
.color-4 {
color: #ff7142;
}
.color-5 {
color: #ff4d00;
}

/* CSS Variables */
:root {
--color-1: #a5d1d5;
--color-2: #f9bca4;
--color-3: #ff8d5c;
--color-4: #ff7142;
--color-5: #ff4d00;
}

Coral Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5d1d5, #f9bca4, #ff8d5c, #ff7142, #ff4d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5d1d5, #f9bca4, #ff8d5c, #ff7142, #ff4d00);
}

Coral Breeze color palette created on .