Daisuke Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Daisuke palette
Daisuke color palette CSS
/* CSS */
.color-1 {
color: #f7ebb0;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f6a523;
}
.color-4 {
color: #e05a00;
}
.color-5 {
color: #a64e2b;
}
/* CSS Variables */
:root {
--color-1: #f7ebb0;
--color-2: #f1c84b;
--color-3: #f6a523;
--color-4: #e05a00;
--color-5: #a64e2b;
}
Daisuke background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7ebb0, #f1c84b, #f6a523, #e05a00, #a64e2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7ebb0, #f1c84b, #f6a523, #e05a00, #a64e2b);
}
Similar color palettes
Scroll down to explore 300+ Yellow color palettes
Daisuke color palette created on .