Mimic Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mimic palette
Color Inspiration
Images that showcase this color palette in real designs
Download Mimic Color Palette (PNG)
Mimic color palette CSS
/* CSS */
.color-1 {
color: #324558;
}
.color-2 {
color: #658295;
}
.color-3 {
color: #96b1bb;
}
.color-4 {
color: #c3dbdf;
}
.color-5 {
color: #e9ddbe;
}
/* CSS Variables */
:root {
--color-1: #324558;
--color-2: #658295;
--color-3: #96b1bb;
--color-4: #c3dbdf;
--color-5: #e9ddbe;
}
Mimic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #324558, #658295, #96b1bb, #c3dbdf, #e9ddbe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #324558, #658295, #96b1bb, #c3dbdf, #e9ddbe);
}
Similar color palettes
Mimic color palette created on .