Dent Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dent palette
Dent color palette PNG image
Dent color palette CSS
/* CSS */
.color-1 {
color: #3b2c3f;
}
.color-2 {
color: #594a64;
}
.color-3 {
color: #8b7a99;
}
.color-4 {
color: #d4b5ca;
}
.color-5 {
color: #efe4d7;
}
/* CSS Variables */
:root {
--color-1: #3b2c3f;
--color-2: #594a64;
--color-3: #8b7a99;
--color-4: #d4b5ca;
--color-5: #efe4d7;
}
Dent background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b2c3f, #594a64, #8b7a99, #d4b5ca, #efe4d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b2c3f, #594a64, #8b7a99, #d4b5ca, #efe4d7);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Dent color palette created on .