Sweet Afterlife Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sweet Afterlife palette

Share this palette to:

Sweet Afterlife color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb3b3;
}
.color-3 {
color: #a19afe;
}
.color-4 {
color: #4ccdc4;
}
.color-5 {
color: #ff9d00;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb3b3;
--color-3: #a19afe;
--color-4: #4ccdc4;
--color-5: #ff9d00;
}

Sweet Afterlife background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb3b3, #a19afe, #4ccdc4, #ff9d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb3b3, #a19afe, #4ccdc4, #ff9d00);
}

Sweet Afterlife color palette created on .