Dreamweaver's Descent Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dreamweaver's Descent palette
Dreamweaver's Descent color palette CSS
/* CSS */
.color-1 {
color: #4a3c8b;
}
.color-2 {
color: #8d6f9b;
}
.color-3 {
color: #e9aac1;
}
.color-4 {
color: #f4c95d;
}
.color-5 {
color: #dc4928;
}
/* CSS Variables */
:root {
--color-1: #4a3c8b;
--color-2: #8d6f9b;
--color-3: #e9aac1;
--color-4: #f4c95d;
--color-5: #dc4928;
}
Dreamweaver's Descent background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3c8b, #8d6f9b, #e9aac1, #f4c95d, #dc4928);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3c8b, #8d6f9b, #e9aac1, #f4c95d, #dc4928);
}
Similar color palettes
Dreamweaver's Descent color palette created on .