Cornflower Blue Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cornflower Blue Dreams palette
Cornflower Blue Dreams color palette CSS
/* CSS */
.color-1 {
color: #2c9fd8;
}
.color-2 {
color: #76c4e0;
}
.color-3 {
color: #a6e3f7;
}
.color-4 {
color: #f1e5a2;
}
.color-5 {
color: #f9a824;
}
/* CSS Variables */
:root {
--color-1: #2c9fd8;
--color-2: #76c4e0;
--color-3: #a6e3f7;
--color-4: #f1e5a2;
--color-5: #f9a824;
}
Cornflower Blue Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c9fd8, #76c4e0, #a6e3f7, #f1e5a2, #f9a824);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c9fd8, #76c4e0, #a6e3f7, #f1e5a2, #f9a824);
}
Similar color palettes
Scroll down to explore 600+ Aesthetic color palettes
Cornflower Blue Dreams color palette created on .