Cornflower Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cornflower Dream palette
Cornflower Dream color palette CSS
/* CSS */
.color-1 {
color: #6494ed;
}
.color-2 {
color: #6cc0e4;
}
.color-3 {
color: #a1d6e8;
}
.color-4 {
color: #f6bbd5;
}
.color-5 {
color: #f7c750;
}
/* CSS Variables */
:root {
--color-1: #6494ed;
--color-2: #6cc0e4;
--color-3: #a1d6e8;
--color-4: #f6bbd5;
--color-5: #f7c750;
}
Cornflower Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6494ed, #6cc0e4, #a1d6e8, #f6bbd5, #f7c750);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6494ed, #6cc0e4, #a1d6e8, #f6bbd5, #f7c750);
}
Similar color palettes
- Japanese Kimono
- Shades of Pink and Blue
- Electric Dreamscape
- Shades of Pink and Red
- Blue Moonlit
- Shades of Blue Moonlight
- Sweet Orchard Delight
- Purple Twilight
- Celestial Dreams
- Tropical Serenity
- Aqua Retreat
- Ocean Breeze
- Dimmed Blue Green Pink
- Serene Skies at Dusk
- Shades of Blue
- Cool Jazz Harmony
- Blue Chance
- Blue Earthtones
Cornflower Dream color palette created on .