Retro Pixel Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Retro Pixel Dreams palette
Retro Pixel Dreams color palette CSS
/* CSS */
.color-1 {
color: #1e1e6c;
}
.color-2 {
color: #4e3c7c;
}
.color-3 {
color: #905091;
}
.color-4 {
color: #d56c8f;
}
.color-5 {
color: #f1a65b;
}
/* CSS Variables */
:root {
--color-1: #1e1e6c;
--color-2: #4e3c7c;
--color-3: #905091;
--color-4: #d56c8f;
--color-5: #f1a65b;
}
Retro Pixel Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e6c, #4e3c7c, #905091, #d56c8f, #f1a65b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e6c, #4e3c7c, #905091, #d56c8f, #f1a65b);
}
Similar color palettes
Retro Pixel Dreams color palette created on .