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