Coral Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Coral Dream palette
Coral Dream color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff8e7a;
}
.color-3 {
color: #ffb4a8;
}
.color-4 {
color: #ffd4c2;
}
.color-5 {
color: #ffebe5;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff8e7a;
--color-3: #ffb4a8;
--color-4: #ffd4c2;
--color-5: #ffebe5;
}
Coral Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff8e7a, #ffb4a8, #ffd4c2, #ffebe5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff8e7a, #ffb4a8, #ffd4c2, #ffebe5);
}
Similar color palettes
- Amanda's Garden of Joy
- Festive Whimsy
- Sunset Serenade
- Coral & Citrus Fusion
- Sunset Blossom
- Sunset Whispers
- Shades of Blue
- Colorful Ren
- Tropical Feathers
- Citrus Blossom Reverie
- Shades of Pink
- Tropical Serenade
- Royal Blue and Gold
- Amaranth Sunset
- Regal Radiance
- Amazonian Coral Sunset
- Teal Breeze
- Serenity of Reflection
Coral Dream color palette created on .