Daimone Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Daimone palette
Daimone color palette PNG image
Daimone color palette CSS
/* CSS */
.color-1 {
color: #e8a917;
}
.color-2 {
color: #ebc75c;
}
.color-3 {
color: #f0e6b7;
}
.color-4 {
color: #bee1e4;
}
.color-5 {
color: #8184b1;
}
/* CSS Variables */
:root {
--color-1: #e8a917;
--color-2: #ebc75c;
--color-3: #f0e6b7;
--color-4: #bee1e4;
--color-5: #8184b1;
}
Daimone background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8a917, #ebc75c, #f0e6b7, #bee1e4, #8184b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8a917, #ebc75c, #f0e6b7, #bee1e4, #8184b1);
}
Similar color palettes
Daimone color palette created on .