Sweet Resilience Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sweet Resilience palette

Share this palette to:

Sweet Resilience color palette CSS

/* CSS */
.color-1 {
color: #f8a5b1;
}
.color-2 {
color: #ff6b61;
}
.color-3 {
color: #ff9b29;
}
.color-4 {
color: #f1d26a;
}
.color-5 {
color: #a9d40c;
}

/* CSS Variables */
:root {
--color-1: #f8a5b1;
--color-2: #ff6b61;
--color-3: #ff9b29;
--color-4: #f1d26a;
--color-5: #a9d40c;
}

Sweet Resilience background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8a5b1, #ff6b61, #ff9b29, #f1d26a, #a9d40c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8a5b1, #ff6b61, #ff9b29, #f1d26a, #a9d40c);
}

Similar color palettes

Sweet Resilience color palette created on .