Psychédélique Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Psychédélique palette

Share this palette to:

Download Psychédélique Color Palette (PNG)

Download psychédélique color palette PNG image (landscape)
Download psychédélique color palette PNG image (square)

Psychédélique color palette CSS

/* CSS */
.color-1 {
color: #d6006f;
}
.color-2 {
color: #ff5d38;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #4cae4f;
}
.color-5 {
color: #00bdd6;
}

/* CSS Variables */
:root {
--color-1: #d6006f;
--color-2: #ff5d38;
--color-3: #ffcc00;
--color-4: #4cae4f;
--color-5: #00bdd6;
}

Psychédélique background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6006f, #ff5d38, #ffcc00, #4cae4f, #00bdd6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6006f, #ff5d38, #ffcc00, #4cae4f, #00bdd6);
}

Psychédélique color palette created on .