Pink Apple Flower Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Apple Flower palette

Share this palette to:

Download Pink Apple Flower Color Palette (PNG)

Download pink apple flower color palette PNG image (landscape)
Download pink apple flower color palette PNG image (square)

Pink Apple Flower color palette CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #f6d484;
}
.color-3 {
color: #ffb3b3;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #c84c86;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f6d484;
--color-3: #ffb3b3;
--color-4: #ff6e61;
--color-5: #c84c86;
}

Pink Apple Flower background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f6d484, #ffb3b3, #ff6e61, #c84c86);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f6d484, #ffb3b3, #ff6e61, #c84c86);
}

Pink Apple Flower color palette created on .