Dominic's Daydream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dominic's Daydream palette

Share this palette to:

Dominic's Daydream color palette CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #f5d94d;
}
.color-3 {
color: #e9e39f;
}
.color-4 {
color: #b4d7e9;
}
.color-5 {
color: #5d8dda;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f5d94d;
--color-3: #e9e39f;
--color-4: #b4d7e9;
--color-5: #5d8dda;
}

Dominic's Daydream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f5d94d, #e9e39f, #b4d7e9, #5d8dda);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f5d94d, #e9e39f, #b4d7e9, #5d8dda);
}

Dominic's Daydream color palette created on .