Sega CD Weirdcore Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sega CD Weirdcore palette

Share this palette to:

Sega CD Weirdcore color palette CSS

/* CSS */
.color-1 {
color: #4e2a5b;
}
.color-2 {
color: #6d4e8d;
}
.color-3 {
color: #9b79b9;
}
.color-4 {
color: #f3a0c0;
}
.color-5 {
color: #fcdfd4;
}

/* CSS Variables */
:root {
--color-1: #4e2a5b;
--color-2: #6d4e8d;
--color-3: #9b79b9;
--color-4: #f3a0c0;
--color-5: #fcdfd4;
}

Sega CD Weirdcore background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e2a5b, #6d4e8d, #9b79b9, #f3a0c0, #fcdfd4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e2a5b, #6d4e8d, #9b79b9, #f3a0c0, #fcdfd4);
}

Similar color palettes

Sega CD Weirdcore color palette created on .