Mya's Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mya's Dreamscape palette
Mya's Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #f0b6b2;
}
.color-2 {
color: #f9d89f;
}
.color-3 {
color: #f9e8a4;
}
.color-4 {
color: #a8d3e1;
}
.color-5 {
color: #b2e1c9;
}
/* CSS Variables */
:root {
--color-1: #f0b6b2;
--color-2: #f9d89f;
--color-3: #f9e8a4;
--color-4: #a8d3e1;
--color-5: #b2e1c9;
}
Mya's Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b6b2, #f9d89f, #f9e8a4, #a8d3e1, #b2e1c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b6b2, #f9d89f, #f9e8a4, #a8d3e1, #b2e1c9);
}
Similar color palettes
Mya's Dreamscape color palette created on .