Y2K Skateboard Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Y2K Skateboard palette
Color Inspiration
Images that showcase this color palette in real designs
Download Y2K Skateboard Color Palette (PNG)
Y2K Skateboard color palette CSS
/* CSS */
.color-1 {
color: #d8c5b6;
}
.color-2 {
color: #b79e8a;
}
.color-3 {
color: #9b7f6f;
}
.color-4 {
color: #6f5d4d;
}
.color-5 {
color: #4b3e34;
}
/* CSS Variables */
:root {
--color-1: #d8c5b6;
--color-2: #b79e8a;
--color-3: #9b7f6f;
--color-4: #6f5d4d;
--color-5: #4b3e34;
}
Y2K Skateboard background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8c5b6, #b79e8a, #9b7f6f, #6f5d4d, #4b3e34);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8c5b6, #b79e8a, #9b7f6f, #6f5d4d, #4b3e34);
}
Similar color palettes
Y2K Skateboard color palette created on .