Retro Floral Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Retro Floral Delight palette

Share this palette to:

Retro Floral Delight color palette PNG image

Download retro floral delight color palette PNG image (landscape)
Download retro floral delight color palette PNG image (square)

Retro Floral Delight color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffadad;
}
.color-4 {
color: #ffd1ff;
}
.color-5 {
color: #ffec3d;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #ffadad;
--color-4: #ffd1ff;
--color-5: #ffec3d;
}

Retro Floral Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #ffadad, #ffd1ff, #ffec3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #ffadad, #ffd1ff, #ffec3d);
}

Retro Floral Delight color palette created on .