Creamed Sandstorm Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Creamed Sandstorm palette
Creamed Sandstorm color palette PNG image
Creamed Sandstorm color palette CSS
/* CSS */
.color-1 {
color: #f4e2b8;
}
.color-2 {
color: #e9caa5;
}
.color-3 {
color: #d6b49f;
}
.color-4 {
color: #c39f8d;
}
.color-5 {
color: #a57969;
}
/* CSS Variables */
:root {
--color-1: #f4e2b8;
--color-2: #e9caa5;
--color-3: #d6b49f;
--color-4: #c39f8d;
--color-5: #a57969;
}
Creamed Sandstorm background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e2b8, #e9caa5, #d6b49f, #c39f8d, #a57969);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e2b8, #e9caa5, #d6b49f, #c39f8d, #a57969);
}
Similar color palettes
Creamed Sandstorm color palette created on .