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