Coral Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Coral Breeze palette
Color Inspiration
Images that showcase this color palette in real designs
Download Coral Breeze Color Palette (PNG)
Coral Breeze color palette CSS
/* CSS */
.color-1 {
color: #f86754;
}
.color-2 {
color: #f8953f;
}
.color-3 {
color: #f8ce44;
}
.color-4 {
color: #aae4c4;
}
.color-5 {
color: #5ec5c0;
}
/* CSS Variables */
:root {
--color-1: #f86754;
--color-2: #f8953f;
--color-3: #f8ce44;
--color-4: #aae4c4;
--color-5: #5ec5c0;
}
Coral Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f86754, #f8953f, #f8ce44, #aae4c4, #5ec5c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f86754, #f8953f, #f8ce44, #aae4c4, #5ec5c0);
}
Similar color palettes
Coral Breeze color palette created on .