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: #f76e6e;
}
.color-2 {
color: #ffa07a;
}
.color-3 {
color: #81d2e4;
}
.color-4 {
color: #1d48a5;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #f76e6e;
--color-2: #ffa07a;
--color-3: #81d2e4;
--color-4: #1d48a5;
--color-5: #ffffff;
}

Coral Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f76e6e, #ffa07a, #81d2e4, #1d48a5, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f76e6e, #ffa07a, #81d2e4, #1d48a5, #ffffff);
}

Coral Breeze color palette created on .