Gleaming Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gleaming Dreams palette

Share this palette to:

Gleaming Dreams color palette PNG image

Download gleaming dreams color palette PNG image (landscape)
Download gleaming dreams color palette PNG image (square)

Gleaming Dreams color palette CSS

/* CSS */
.color-1 {
color: #c2ffc6;
}
.color-2 {
color: #77f9bc;
}
.color-3 {
color: #adebe8;
}
.color-4 {
color: #a6b9ed;
}
.color-5 {
color: #d795e4;
}

/* CSS Variables */
:root {
--color-1: #c2ffc6;
--color-2: #77f9bc;
--color-3: #adebe8;
--color-4: #a6b9ed;
--color-5: #d795e4;
}

Gleaming Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2ffc6, #77f9bc, #adebe8, #a6b9ed, #d795e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2ffc6, #77f9bc, #adebe8, #a6b9ed, #d795e4);
}

Gleaming Dreams color palette created on .