Fun Coral Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Fun Coral palette
Fun Coral color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9e66;
}
.color-3 {
color: #ffcb6b;
}
.color-4 {
color: #6ed6f2;
}
.color-5 {
color: #5d9bd5;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9e66;
--color-3: #ffcb6b;
--color-4: #6ed6f2;
--color-5: #5d9bd5;
}
Fun Coral background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9e66, #ffcb6b, #6ed6f2, #5d9bd5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9e66, #ffcb6b, #6ed6f2, #5d9bd5);
}
Similar color palettes
- Sugar Coated Spectrum
- Rotten Pink Shades
- Sweet Blossom Whimsy
- Purple Moonlight
- Whimsical Creamsicle Dream
- Vibrant Orange
- Purrfectly Pink
- Celestial Blossom
- Chocolate Crunch Delight
- Pink Strawberry Shortcake
- Light Pink
- Orange Vanilla Dream
- Pink Love
- Pink Dream
- Pink Shades
- Blue Sonic
- Lavender Dreamscape
- Whimsical Confectionery Dream
Fun Coral color palette created on .