Sin of Sloth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sin of Sloth palette

Share this palette to:

Sin of Sloth color palette CSS

/* CSS */
.color-1 {
color: #465ca0;
}
.color-2 {
color: #6f88be;
}
.color-3 {
color: #aec4e0;
}
.color-4 {
color: #dfd1c8;
}
.color-5 {
color: #cc9a94;
}

/* CSS Variables */
:root {
--color-1: #465ca0;
--color-2: #6f88be;
--color-3: #aec4e0;
--color-4: #dfd1c8;
--color-5: #cc9a94;
}

Sin of Sloth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #465ca0, #6f88be, #aec4e0, #dfd1c8, #cc9a94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #465ca0, #6f88be, #aec4e0, #dfd1c8, #cc9a94);
}

Similar color palettes

Sin of Sloth color palette created on .