Vibrant Mosaic Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Mosaic palette

Share this palette to:

Vibrant Mosaic color palette CSS

/* CSS */
.color-1 {
color: #f7c8a1;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #d55b4d;
}
.color-4 {
color: #9f5b9a;
}
.color-5 {
color: #5c4d89;
}

/* CSS Variables */
:root {
--color-1: #f7c8a1;
--color-2: #ff6e61;
--color-3: #d55b4d;
--color-4: #9f5b9a;
--color-5: #5c4d89;
}

Vibrant Mosaic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c8a1, #ff6e61, #d55b4d, #9f5b9a, #5c4d89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c8a1, #ff6e61, #d55b4d, #9f5b9a, #5c4d89);
}

Vibrant Mosaic color palette created on .