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