Sweet Midnight Treats Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sweet Midnight Treats palette
Sweet Midnight Treats color palette CSS
/* CSS */
.color-1 {
color: #402b3d;
}
.color-2 {
color: #4e3b4e;
}
.color-3 {
color: #7e5c7f;
}
.color-4 {
color: #d7b0a8;
}
.color-5 {
color: #dfc1b3;
}
/* CSS Variables */
:root {
--color-1: #402b3d;
--color-2: #4e3b4e;
--color-3: #7e5c7f;
--color-4: #d7b0a8;
--color-5: #dfc1b3;
}
Sweet Midnight Treats background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #402b3d, #4e3b4e, #7e5c7f, #d7b0a8, #dfc1b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #402b3d, #4e3b4e, #7e5c7f, #d7b0a8, #dfc1b3);
}
Similar color palettes
Sweet Midnight Treats color palette created on .