Sunflower Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunflower Dream palette
Sunflower Dream color palette PNG image
Sunflower Dream color palette CSS
/* CSS */
.color-1 {
color: #ffc300;
}
.color-2 {
color: #ff5833;
}
.color-3 {
color: #c70038;
}
.color-4 {
color: #dbf7a6;
}
.color-5 {
color: #581845;
}
/* CSS Variables */
:root {
--color-1: #ffc300;
--color-2: #ff5833;
--color-3: #c70038;
--color-4: #dbf7a6;
--color-5: #581845;
}
Sunflower Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc300, #ff5833, #c70038, #dbf7a6, #581845);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc300, #ff5833, #c70038, #dbf7a6, #581845);
}
Similar color palettes
Sunflower Dream color palette created on .