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