Digital Dusk Adventure Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Digital Dusk Adventure palette

Share this palette to:

Digital Dusk Adventure color palette CSS

/* CSS */
.color-1 {
color: #b3c7e6;
}
.color-2 {
color: #ffd48f;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #5e5c8a;
}
.color-5 {
color: #f09d7f;
}

/* CSS Variables */
:root {
--color-1: #b3c7e6;
--color-2: #ffd48f;
--color-3: #ff6e61;
--color-4: #5e5c8a;
--color-5: #f09d7f;
}

Digital Dusk Adventure background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3c7e6, #ffd48f, #ff6e61, #5e5c8a, #f09d7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3c7e6, #ffd48f, #ff6e61, #5e5c8a, #f09d7f);
}

Digital Dusk Adventure color palette created on .