Dreams of Dawn Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dreams of Dawn palette

Share this palette to:

Dreams of Dawn color palette CSS

/* CSS */
.color-1 {
color: #ffb3c1;
}
.color-2 {
color: #ff8052;
}
.color-3 {
color: #ffcb5c;
}
.color-4 {
color: #6b9ceb;
}
.color-5 {
color: #4a9cd3;
}

/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #ff8052;
--color-3: #ffcb5c;
--color-4: #6b9ceb;
--color-5: #4a9cd3;
}

Dreams of Dawn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #ff8052, #ffcb5c, #6b9ceb, #4a9cd3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #ff8052, #ffcb5c, #6b9ceb, #4a9cd3);
}

Dreams of Dawn color palette created on .