Asher's Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Asher's Dreamscape palette

Share this palette to:

Asher's Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #9fd2df;
}
.color-2 {
color: #f8caa5;
}
.color-3 {
color: #f56676;
}
.color-4 {
color: #f0a30a;
}
.color-5 {
color: #e13e33;
}

/* CSS Variables */
:root {
--color-1: #9fd2df;
--color-2: #f8caa5;
--color-3: #f56676;
--color-4: #f0a30a;
--color-5: #e13e33;
}

Asher's Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fd2df, #f8caa5, #f56676, #f0a30a, #e13e33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fd2df, #f8caa5, #f56676, #f0a30a, #e13e33);
}

Asher's Dreamscape color palette created on .