Retro Psychedelia Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Retro Psychedelia palette
Retro Psychedelia color palette PNG image
Retro Psychedelia color palette CSS
/* CSS */
.color-1 {
color: #1f1f9e;
}
.color-2 {
color: #6e1f98;
}
.color-3 {
color: #d5306c;
}
.color-4 {
color: #ff5d38;
}
.color-5 {
color: #ffbd42;
}
/* CSS Variables */
:root {
--color-1: #1f1f9e;
--color-2: #6e1f98;
--color-3: #d5306c;
--color-4: #ff5d38;
--color-5: #ffbd42;
}
Retro Psychedelia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f9e, #6e1f98, #d5306c, #ff5d38, #ffbd42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f9e, #6e1f98, #d5306c, #ff5d38, #ffbd42);
}
Similar color palettes
Scroll down to explore 9 Psychedelic color palettes
Retro Psychedelia color palette created on .