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: #f0a800;
}
.color-2 {
color: #f2d7a1;
}
.color-3 {
color: #f8e3c4;
}
.color-4 {
color: #e1a3c8;
}
.color-5 {
color: #6f2c90;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f2d7a1;
--color-3: #f8e3c4;
--color-4: #e1a3c8;
--color-5: #6f2c90;
}
Shades of Yellow and Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f2d7a1, #f8e3c4, #e1a3c8, #6f2c90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f2d7a1, #f8e3c4, #e1a3c8, #6f2c90);
}
Similar color palettes
Scroll down to explore 90+ Bright color palettes
Shades of Yellow and Purple color palette created on .