Retro Red Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Retro Red Dreamscape palette

Share this palette to:

Retro Red Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #f22626;
}
.color-2 {
color: #4fc2c4;
}
.color-3 {
color: #a8e1d4;
}
.color-4 {
color: #f6a2b3;
}
.color-5 {
color: #f9e8b9;
}

/* CSS Variables */
:root {
--color-1: #f22626;
--color-2: #4fc2c4;
--color-3: #a8e1d4;
--color-4: #f6a2b3;
--color-5: #f9e8b9;
}

Retro Red Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f22626, #4fc2c4, #a8e1d4, #f6a2b3, #f9e8b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f22626, #4fc2c4, #a8e1d4, #f6a2b3, #f9e8b9);
}

Retro Red Dreamscape color palette created on .