Vibrant Coral Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Coral palette
Vibrant Coral color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6fbe7f;
}
.color-3 {
color: #3b9ebf;
}
.color-4 {
color: #f1c40e;
}
.color-5 {
color: #e74d3c;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6fbe7f;
--color-3: #3b9ebf;
--color-4: #f1c40e;
--color-5: #e74d3c;
}
Vibrant Coral background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6fbe7f, #3b9ebf, #f1c40e, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6fbe7f, #3b9ebf, #f1c40e, #e74d3c);
}
Similar color palettes
- Pink Milkshake
- Whimsical Forest Dreams
- Marionette Dreams
- Lemon Grove Harmony
- Pink Cotton Candy
- Cassie's Embrace
- Celestial Garden
- Sunset Blush
- Celestial Serenade
- Sunset Blush Harmony
- Sigma Sunrise
- Shades of Blue
- Shades of Beryl
- Cosmic Amethyst Dream
- Island Breeze
- Minted Oasis
- Ocean Breeze Serenity
- Royal Blue and Mint Bliss
Vibrant Coral color palette created on .