Nakime's Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Nakime's Delight palette
Nakime's Delight color palette PNG image
Nakime's Delight color palette CSS
/* CSS */
.color-1 {
color: #43364e;
}
.color-2 {
color: #5b3e53;
}
.color-3 {
color: #634040;
}
.color-4 {
color: #5f5435;
}
.color-5 {
color: #593c27;
}
/* CSS Variables */
:root {
--color-1: #43364e;
--color-2: #5b3e53;
--color-3: #634040;
--color-4: #5f5435;
--color-5: #593c27;
}
Nakime's Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #43364e, #5b3e53, #634040, #5f5435, #593c27);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #43364e, #5b3e53, #634040, #5f5435, #593c27);
}
Similar color palettes
Nakime's Delight color palette created on .