Dreamweaver's Hue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dreamweaver's Hue palette
Dreamweaver's Hue color palette CSS
/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #f1a7b9;
}
.color-3 {
color: #d7b2e1;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #6a3f88;
}
/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #f1a7b9;
--color-3: #d7b2e1;
--color-4: #f6b83c;
--color-5: #6a3f88;
}
Dreamweaver's Hue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #f1a7b9, #d7b2e1, #f6b83c, #6a3f88);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #f1a7b9, #d7b2e1, #f6b83c, #6a3f88);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Dreamweaver's Hue color palette created on .