Pastel Pink and Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pastel Pink and Yellow palette

Share this palette to:

Pastel Pink and Yellow color palette CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f7c5f2;
}
.color-3 {
color: #a3d6e0;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #f0e3d6;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f7c5f2;
--color-3: #a3d6e0;
--color-4: #ff6e61;
--color-5: #f0e3d6;
}

Pastel Pink and Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f7c5f2, #a3d6e0, #ff6e61, #f0e3d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f7c5f2, #a3d6e0, #ff6e61, #f0e3d6);
}

Pastel Pink and Yellow color palette created on .