Retro Bit Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Retro Bit palette
Retro Bit color palette PNG image
Retro Bit color palette CSS
/* CSS */
.color-1 {
color: #d24b57;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f4d35d;
}
.color-4 {
color: #5b9a6e;
}
.color-5 {
color: #2a4d6a;
}
/* CSS Variables */
:root {
--color-1: #d24b57;
--color-2: #f1a8a2;
--color-3: #f4d35d;
--color-4: #5b9a6e;
--color-5: #2a4d6a;
}
Retro Bit background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d24b57, #f1a8a2, #f4d35d, #5b9a6e, #2a4d6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d24b57, #f1a8a2, #f4d35d, #5b9a6e, #2a4d6a);
}
Similar color palettes
Retro Bit color palette created on .