Sunflower Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunflower Red palette

Share this palette to:

Sunflower Red color palette PNG image

Download sunflower red color palette PNG image (landscape)
Download sunflower red color palette PNG image (square)

Sunflower Red color palette CSS

/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff4d4d;
}
.color-4 {
color: #d8544f;
}
.color-5 {
color: #c2c2c2;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff6e61;
--color-3: #ff4d4d;
--color-4: #d8544f;
--color-5: #c2c2c2;
}

Sunflower Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff6e61, #ff4d4d, #d8544f, #c2c2c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff6e61, #ff4d4d, #d8544f, #c2c2c2);
}

Similar color palettes

Scroll down to explore 4 Sunflower color palettes

Sunflower Red color palette created on .