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: #ff8052;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffe033;
}
.color-4 {
color: #4eb7ac;
}
.color-5 {
color: #007a6c;
}

/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ffb84d;
--color-3: #ffe033;
--color-4: #4eb7ac;
--color-5: #007a6c;
}

Coral Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ffb84d, #ffe033, #4eb7ac, #007a6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ffb84d, #ffe033, #4eb7ac, #007a6c);
}

Coral Breeze color palette created on .