Shades of Yellow Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Yellow Pink palette

Share this palette to:

Shades of Yellow Pink color palette CSS

/* CSS */
.color-1 {
color: #f9d75d;
}
.color-2 {
color: #f19dbc;
}
.color-3 {
color: #a85dda;
}
.color-4 {
color: #4b6c71;
}
.color-5 {
color: #2d4a6c;
}

/* CSS Variables */
:root {
--color-1: #f9d75d;
--color-2: #f19dbc;
--color-3: #a85dda;
--color-4: #4b6c71;
--color-5: #2d4a6c;
}

Shades of Yellow Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d75d, #f19dbc, #a85dda, #4b6c71, #2d4a6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d75d, #f19dbc, #a85dda, #4b6c71, #2d4a6c);
}

Shades of Yellow Pink color palette created on .