Shortbread Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shortbread Dreams palette
Shortbread Dreams color palette CSS
/* CSS */
.color-1 {
color: #f3e4aa;
}
.color-2 {
color: #e5c39a;
}
.color-3 {
color: #c2a78e;
}
.color-4 {
color: #d9bfa5;
}
.color-5 {
color: #f8d0a0;
}
/* CSS Variables */
:root {
--color-1: #f3e4aa;
--color-2: #e5c39a;
--color-3: #c2a78e;
--color-4: #d9bfa5;
--color-5: #f8d0a0;
}
Shortbread Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e4aa, #e5c39a, #c2a78e, #d9bfa5, #f8d0a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e4aa, #e5c39a, #c2a78e, #d9bfa5, #f8d0a0);
}
Similar color palettes
Shortbread Dreams color palette created on .