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: #3bb0aa;
}
.color-2 {
color: #2a7976;
}
.color-3 {
color: #fe5e52;
}
.color-4 {
color: #f6a2a5;
}
.color-5 {
color: #f9d66c;
}

/* CSS Variables */
:root {
--color-1: #3bb0aa;
--color-2: #2a7976;
--color-3: #fe5e52;
--color-4: #f6a2a5;
--color-5: #f9d66c;
}

Coral Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3bb0aa, #2a7976, #fe5e52, #f6a2a5, #f9d66c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3bb0aa, #2a7976, #fe5e52, #f6a2a5, #f9d66c);
}

Coral Breeze color palette created on .