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: #ffcb5c;
}
.color-3 {
color: #6dbf69;
}
.color-4 {
color: #389ad6;
}
.color-5 {
color: #ff577e;
}

/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ffcb5c;
--color-3: #6dbf69;
--color-4: #389ad6;
--color-5: #ff577e;
}

Coral Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ffcb5c, #6dbf69, #389ad6, #ff577e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ffcb5c, #6dbf69, #389ad6, #ff577e);
}

Coral Breeze color palette created on .