Y2K Sunshine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Y2K Sunshine palette
Y2K Sunshine color palette PNG image
Y2K Sunshine color palette CSS
/* CSS */
.color-1 {
color: #f5c84d;
}
.color-2 {
color: #f8e5a5;
}
.color-3 {
color: #ffab3d;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ea3e3e;
}
/* CSS Variables */
:root {
--color-1: #f5c84d;
--color-2: #f8e5a5;
--color-3: #ffab3d;
--color-4: #ff6e61;
--color-5: #ea3e3e;
}
Y2K Sunshine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c84d, #f8e5a5, #ffab3d, #ff6e61, #ea3e3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c84d, #f8e5a5, #ffab3d, #ff6e61, #ea3e3e);
}
Similar color palettes
Scroll down to explore 1 Y2K color palette
Y2K Sunshine color palette created on .