Shades of Yellow and Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Yellow and Purple palette
Shades of Yellow and Purple color palette CSS
/* CSS */
.color-1 {
color: #f5c76b;
}
.color-2 {
color: #ef9e6c;
}
.color-3 {
color: #d5796d;
}
.color-4 {
color: #a35c8e;
}
.color-5 {
color: #7b5c9d;
}
/* CSS Variables */
:root {
--color-1: #f5c76b;
--color-2: #ef9e6c;
--color-3: #d5796d;
--color-4: #a35c8e;
--color-5: #7b5c9d;
}
Shades of Yellow and Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c76b, #ef9e6c, #d5796d, #a35c8e, #7b5c9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c76b, #ef9e6c, #d5796d, #a35c8e, #7b5c9d);
}
Similar color palettes
Shades of Yellow and Purple color palette created on .