Sorrell Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sorrell Dream palette
Sorrell Dream color palette PNG image
Sorrell Dream color palette CSS
/* CSS */
.color-1 {
color: #d9cbaf;
}
.color-2 {
color: #c5a58c;
}
.color-3 {
color: #a67d5e;
}
.color-4 {
color: #7e4b3a;
}
.color-5 {
color: #4a2b2c;
}
/* CSS Variables */
:root {
--color-1: #d9cbaf;
--color-2: #c5a58c;
--color-3: #a67d5e;
--color-4: #7e4b3a;
--color-5: #4a2b2c;
}
Sorrell Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9cbaf, #c5a58c, #a67d5e, #7e4b3a, #4a2b2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9cbaf, #c5a58c, #a67d5e, #7e4b3a, #4a2b2c);
}
Similar color palettes
Scroll down to explore 1000+ colors.sorrell color palettes
Sorrell Dream color palette created on .