Daydream Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Daydream Reverie palette

Share this palette to:

Daydream Reverie color palette CSS

/* CSS */
.color-1 {
color: #a3c2e0;
}
.color-2 {
color: #f7a1a1;
}
.color-3 {
color: #f7e17e;
}
.color-4 {
color: #b7e1b8;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #a3c2e0;
--color-2: #f7a1a1;
--color-3: #f7e17e;
--color-4: #b7e1b8;
--color-5: #f1c84b;
}

Daydream Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c2e0, #f7a1a1, #f7e17e, #b7e1b8, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c2e0, #f7a1a1, #f7e17e, #b7e1b8, #f1c84b);
}

Daydream Reverie color palette created on .