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