Psicodelic Love Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Psicodelic Love palette

Share this palette to:

Psicodelic Love color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ff4281;
}
.color-4 {
color: #7c4dff;
}
.color-5 {
color: #25b5f8;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #ff4281;
--color-4: #7c4dff;
--color-5: #25b5f8;
}

Psicodelic Love background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #ff4281, #7c4dff, #25b5f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #ff4281, #7c4dff, #25b5f8);
}

Psicodelic Love color palette created on .