Sin of Sloth Color Palette
Discover the beautiful Sin of Sloth color palette featuring san marino (#475da0), ship cove (#7089bf), periwinkle gray (#afc5e1), wafer (#dfd1c9) and eunry (#cc9b96).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Sin of Sloth palette
💻 Sin of Sloth color palette CSS
/* CSS */
.color-1 {
color: #475da0;
}
.color-2 {
color: #7089bf;
}
.color-3 {
color: #afc5e1;
}
.color-4 {
color: #dfd1c9;
}
.color-5 {
color: #cc9b96;
}
/* CSS Variables */
:root {
--color-1: #475da0;
--color-2: #7089bf;
--color-3: #afc5e1;
--color-4: #dfd1c9;
--color-5: #cc9b96;
} 🌈 Sin of Sloth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #475da0, #7089bf, #afc5e1, #dfd1c9, #cc9b96);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #475da0, #7089bf, #afc5e1, #dfd1c9, #cc9b96);
} 🔗 Explore similar color palettes
Sin of Sloth color palette created on .