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