Pastel Yellow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pastel Yellow palette
Pastel Yellow color palette PNG image
Pastel Yellow color palette CSS
/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #f3c9a0;
}
.color-3 {
color: #f6e0b1;
}
.color-4 {
color: #e4d17c;
}
.color-5 {
color: #d8b44b;
}
/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f3c9a0;
--color-3: #f6e0b1;
--color-4: #e4d17c;
--color-5: #d8b44b;
}
Pastel Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f3c9a0, #f6e0b1, #e4d17c, #d8b44b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f3c9a0, #f6e0b1, #e4d17c, #d8b44b);
}
Similar color palettes
Scroll down to explore 2 60s color palettes
Pastel Yellow color palette created on .