Flower Orange Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Flower Orange palette

Share this palette to:

Flower Orange color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb87a;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #6cb4e4;
}
.color-5 {
color: #ff8a92;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb87a;
--color-3: #ffd900;
--color-4: #6cb4e4;
--color-5: #ff8a92;
}

Flower Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb87a, #ffd900, #6cb4e4, #ff8a92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb87a, #ffd900, #6cb4e4, #ff8a92);
}

Flower Orange color palette created on .