Coral Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Coral Breeze palette
Coral Breeze color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9861;
}
.color-3 {
color: #ffd54d;
}
.color-4 {
color: #a4d6a4;
}
.color-5 {
color: #69bf9c;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9861;
--color-3: #ffd54d;
--color-4: #a4d6a4;
--color-5: #69bf9c;
}
Coral Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9861, #ffd54d, #a4d6a4, #69bf9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9861, #ffd54d, #a4d6a4, #69bf9c);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Coral Breeze color palette created on .