Pixelated Reminiscence Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pixelated Reminiscence palette

Share this palette to:

Pixelated Reminiscence color palette CSS

/* CSS */
.color-1 {
color: #a1d2f2;
}
.color-2 {
color: #f7a6b3;
}
.color-3 {
color: #f3ca4f;
}
.color-4 {
color: #6a6a9a;
}
.color-5 {
color: #3d3d6b;
}

/* CSS Variables */
:root {
--color-1: #a1d2f2;
--color-2: #f7a6b3;
--color-3: #f3ca4f;
--color-4: #6a6a9a;
--color-5: #3d3d6b;
}

Pixelated Reminiscence background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d2f2, #f7a6b3, #f3ca4f, #6a6a9a, #3d3d6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d2f2, #f7a6b3, #f3ca4f, #6a6a9a, #3d3d6b);
}

Pixelated Reminiscence color palette created on .