Coral Climate Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Coral Climate palette
Coral Climate color palette CSS
/* CSS */
.color-1 {
color: #4ca1ae;
}
.color-2 {
color: #f6c6b1;
}
.color-3 {
color: #f9a76c;
}
.color-4 {
color: #d8825a;
}
.color-5 {
color: #e74d3c;
}
/* CSS Variables */
:root {
--color-1: #4ca1ae;
--color-2: #f6c6b1;
--color-3: #f9a76c;
--color-4: #d8825a;
--color-5: #e74d3c;
}
Coral Climate background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4ca1ae, #f6c6b1, #f9a76c, #d8825a, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4ca1ae, #f6c6b1, #f9a76c, #d8825a, #e74d3c);
}
Similar color palettes
Coral Climate color palette created on .