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: #ff9e42;
}
.color-3 {
color: #ffd97a;
}
.color-4 {
color: #e6f2a1;
}
.color-5 {
color: #78c6d3;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9e42;
--color-3: #ffd97a;
--color-4: #e6f2a1;
--color-5: #78c6d3;
}
Coral Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9e42, #ffd97a, #e6f2a1, #78c6d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9e42, #ffd97a, #e6f2a1, #78c6d3);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Coral Breeze color palette created on .