Daisy Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Daisy Dreamscape palette

Share this palette to:

Daisy Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #f5e15b;
}
.color-2 {
color: #f0b55c;
}
.color-3 {
color: #f05c79;
}
.color-4 {
color: #d84f92;
}
.color-5 {
color: #9f5b9a;
}

/* CSS Variables */
:root {
--color-1: #f5e15b;
--color-2: #f0b55c;
--color-3: #f05c79;
--color-4: #d84f92;
--color-5: #9f5b9a;
}

Daisy Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e15b, #f0b55c, #f05c79, #d84f92, #9f5b9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e15b, #f0b55c, #f05c79, #d84f92, #9f5b9a);
}

Daisy Dreamscape color palette created on .