Coral Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Coral Shades palette
Coral Shades color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9f6b;
}
.color-3 {
color: #ffcc80;
}
.color-4 {
color: #ffdfb3;
}
.color-5 {
color: #ffdfb3;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9f6b;
--color-3: #ffcc80;
--color-4: #ffdfb3;
--color-5: #ffdfb3;
}
Coral Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9f6b, #ffcc80, #ffdfb3, #ffdfb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9f6b, #ffcc80, #ffdfb3, #ffdfb3);
}
Similar color palettes
Scroll down to explore 300+ Bright color palettes
Coral Shades color palette created on .