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: #5cb9c7;
}
.color-2 {
color: #f0c4a3;
}
.color-3 {
color: #f9e2b4;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #e76f5a;
}
/* CSS Variables */
:root {
--color-1: #5cb9c7;
--color-2: #f0c4a3;
--color-3: #f9e2b4;
--color-4: #ff6e61;
--color-5: #e76f5a;
}
Coral Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5cb9c7, #f0c4a3, #f9e2b4, #ff6e61, #e76f5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5cb9c7, #f0c4a3, #f9e2b4, #ff6e61, #e76f5a);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Coral Breeze color palette created on .