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: #ff9f6b;
}
.color-3 {
color: #ffd65c;
}
.color-4 {
color: #b1e2d4;
}
.color-5 {
color: #4abf9c;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9f6b;
--color-3: #ffd65c;
--color-4: #b1e2d4;
--color-5: #4abf9c;
}
Coral Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9f6b, #ffd65c, #b1e2d4, #4abf9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9f6b, #ffd65c, #b1e2d4, #4abf9c);
}
Similar color palettes
Coral Breeze color palette created on .