Matthew's Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Matthew's Dreamscape palette

Share this palette to:

Matthew's Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #6e90bf;
}
.color-2 {
color: #8eb1d7;
}
.color-3 {
color: #a3d4e0;
}
.color-4 {
color: #f2b75a;
}
.color-5 {
color: #f35d58;
}

/* CSS Variables */
:root {
--color-1: #6e90bf;
--color-2: #8eb1d7;
--color-3: #a3d4e0;
--color-4: #f2b75a;
--color-5: #f35d58;
}

Matthew's Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6e90bf, #8eb1d7, #a3d4e0, #f2b75a, #f35d58);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6e90bf, #8eb1d7, #a3d4e0, #f2b75a, #f35d58);
}

Matthew's Dreamscape color palette created on .