Vibrant Decay Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Decay palette

Share this palette to:

Vibrant Decay color palette CSS

/* CSS */
.color-1 {
color: #8fbc8f;
}
.color-2 {
color: #609d9f;
}
.color-3 {
color: #ff8052;
}
.color-4 {
color: #ff6347;
}
.color-5 {
color: #4682b4;
}

/* CSS Variables */
:root {
--color-1: #8fbc8f;
--color-2: #609d9f;
--color-3: #ff8052;
--color-4: #ff6347;
--color-5: #4682b4;
}

Vibrant Decay background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8fbc8f, #609d9f, #ff8052, #ff6347, #4682b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8fbc8f, #609d9f, #ff8052, #ff6347, #4682b4);
}

Vibrant Decay color palette created on .