Shades of Yellow and Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Yellow and Pink palette
Shades of Yellow and Pink color palette CSS
/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #f1a94b;
}
.color-3 {
color: #e86a4a;
}
.color-4 {
color: #d95e77;
}
.color-5 {
color: #b75c9c;
}
/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #f1a94b;
--color-3: #e86a4a;
--color-4: #d95e77;
--color-5: #b75c9c;
}
Shades of Yellow and Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #f1a94b, #e86a4a, #d95e77, #b75c9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #f1a94b, #e86a4a, #d95e77, #b75c9c);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Shades of Yellow and Pink color palette created on .