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: #a7e2d5;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f6a684;
}
.color-4 {
color: #e96d6d;
}
.color-5 {
color: #d87cda;
}

/* CSS Variables */
:root {
--color-1: #a7e2d5;
--color-2: #f1c84b;
--color-3: #f6a684;
--color-4: #e96d6d;
--color-5: #d87cda;
}

Asher's Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7e2d5, #f1c84b, #f6a684, #e96d6d, #d87cda);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7e2d5, #f1c84b, #f6a684, #e96d6d, #d87cda);
}

Asher's Dreamscape color palette created on .