1985 Weirdcore Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with 1985 Weirdcore palette
Download 1985 Weirdcore Color Palette (PNG)
1985 Weirdcore color palette CSS
/* CSS */
.color-1 {
color: #1e1a5b;
}
.color-2 {
color: #5b6c9a;
}
.color-3 {
color: #90c3e4;
}
.color-4 {
color: #ffb85c;
}
.color-5 {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--color-1: #1e1a5b;
--color-2: #5b6c9a;
--color-3: #90c3e4;
--color-4: #ffb85c;
--color-5: #ff4d4d;
}
1985 Weirdcore background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1a5b, #5b6c9a, #90c3e4, #ffb85c, #ff4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1a5b, #5b6c9a, #90c3e4, #ffb85c, #ff4d4d);
}
Similar color palettes
Scroll down to explore 1000+ colors.navy color palettes
1985 Weirdcore color palette created on .