Love Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Love palette

Share this palette to:

Love color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9c8f;
}
.color-3 {
color: #ffb8b3;
}
.color-4 {
color: #ffe0e4;
}
.color-5 {
color: #ffd1dc;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9c8f;
--color-3: #ffb8b3;
--color-4: #ffe0e4;
--color-5: #ffd1dc;
}

Love background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9c8f, #ffb8b3, #ffe0e4, #ffd1dc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9c8f, #ffb8b3, #ffe0e4, #ffd1dc);
}

Love color palette created on .