Mila's Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mila's Dreamscape palette
Mila's Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #f0a3c7;
}
.color-2 {
color: #f9d66c;
}
.color-3 {
color: #85e0c5;
}
.color-4 {
color: #4d8af5;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #f0a3c7;
--color-2: #f9d66c;
--color-3: #85e0c5;
--color-4: #4d8af5;
--color-5: #ff6e61;
}
Mila's Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a3c7, #f9d66c, #85e0c5, #4d8af5, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a3c7, #f9d66c, #85e0c5, #4d8af5, #ff6e61);
}
Similar color palettes
Mila's Dreamscape color palette created on .