Blue Coral Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Coral palette
Blue Coral color palette CSS
/* CSS */
.color-1 {
color: #6d9ed0;
}
.color-2 {
color: #87c5b5;
}
.color-3 {
color: #f8c2a0;
}
.color-4 {
color: #f8a49b;
}
.color-5 {
color: #f76e6e;
}
/* CSS Variables */
:root {
--color-1: #6d9ed0;
--color-2: #87c5b5;
--color-3: #f8c2a0;
--color-4: #f8a49b;
--color-5: #f76e6e;
}
Blue Coral background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d9ed0, #87c5b5, #f8c2a0, #f8a49b, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d9ed0, #87c5b5, #f8c2a0, #f8a49b, #f76e6e);
}
Similar color palettes
Scroll down to explore 600+ Bright color palettes
Blue Coral color palette created on .