Pink and Yellow Delights Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink and Yellow Delights palette

Share this palette to:

Pink and Yellow Delights color palette CSS

/* CSS */
.color-1 {
color: #f3a5c7;
}
.color-2 {
color: #f5d87a;
}
.color-3 {
color: #f1b74b;
}
.color-4 {
color: #e76a8d;
}
.color-5 {
color: #f2590d;
}

/* CSS Variables */
:root {
--color-1: #f3a5c7;
--color-2: #f5d87a;
--color-3: #f1b74b;
--color-4: #e76a8d;
--color-5: #f2590d;
}

Pink and Yellow Delights background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a5c7, #f5d87a, #f1b74b, #e76a8d, #f2590d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a5c7, #f5d87a, #f1b74b, #e76a8d, #f2590d);
}

Pink and Yellow Delights color palette created on .