Shades of Coral Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Coral palette
Shades of Coral color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f6b531;
}
.color-3 {
color: #d9e3dd;
}
.color-4 {
color: #6b5b95;
}
.color-5 {
color: #d9bf78;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f6b531;
--color-3: #d9e3dd;
--color-4: #6b5b95;
--color-5: #d9bf78;
}
Shades of Coral background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f6b531, #d9e3dd, #6b5b95, #d9bf78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f6b531, #d9e3dd, #6b5b95, #d9bf78);
}
Similar color palettes
- Cinnamon Ember Delight
- Spiced Ember Delight
- Yellow Abstract
- Golden Cheddar Delight
- Solar Serenade
- Shades of Orange Green
- Colorful Edd
- Orange Mickey
- Orange Glow
- Vibrant Yellow
- Shades of Pink
- Radiant Celebration
- Shades of Yellow
- Celestial Ember
- Orange Gingerbread
- Cheddar Sunset Delight
- Sunset Serenade
- Orange Cookie Delight
Shades of Coral color palette created on .