Coral Ocean Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Coral Ocean palette
Coral Ocean color palette CSS
/* CSS */
.color-1 {
color: #ff6b6b;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffd54d;
}
.color-4 {
color: #6ee7f2;
}
.color-5 {
color: #4ade80;
}
/* CSS Variables */
:root {
--color-1: #ff6b6b;
--color-2: #ffb84d;
--color-3: #ffd54d;
--color-4: #6ee7f2;
--color-5: #4ade80;
}
Coral Ocean background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6b6b, #ffb84d, #ffd54d, #6ee7f2, #4ade80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6b6b, #ffb84d, #ffd54d, #6ee7f2, #4ade80);
}
Similar color palettes
Scroll down to explore 100+ Bright color palettes
Coral Ocean color palette created on .