Mosaic Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mosaic Dreams palette
Mosaic Dreams color palette CSS
/* CSS */
.color-1 {
color: #e5c29f;
}
.color-2 {
color: #f7e2a6;
}
.color-3 {
color: #f1b1b5;
}
.color-4 {
color: #e26e89;
}
.color-5 {
color: #c84c94;
}
/* CSS Variables */
:root {
--color-1: #e5c29f;
--color-2: #f7e2a6;
--color-3: #f1b1b5;
--color-4: #e26e89;
--color-5: #c84c94;
}
Mosaic Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5c29f, #f7e2a6, #f1b1b5, #e26e89, #c84c94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5c29f, #f7e2a6, #f1b1b5, #e26e89, #c84c94);
}
Similar color palettes
Mosaic Dreams color palette created on .