Michael's Mosaic Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Michael's Mosaic palette

Share this palette to:

Michael's Mosaic color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #70b5ff;
}
.color-4 {
color: #4eb7ac;
}
.color-5 {
color: #da1b61;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #70b5ff;
--color-4: #4eb7ac;
--color-5: #da1b61;
}

Michael's Mosaic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #70b5ff, #4eb7ac, #da1b61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #70b5ff, #4eb7ac, #da1b61);
}

Michael's Mosaic color palette created on .