Anemo Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Anemo palette
Anemo color palette PNG image
Anemo color palette CSS
/* CSS */
.color-1 {
color: #cde6e9;
}
.color-2 {
color: #a3d8e0;
}
.color-3 {
color: #68b4c0;
}
.color-4 {
color: #3e9fa3;
}
.color-5 {
color: #1a7d7f;
}
/* CSS Variables */
:root {
--color-1: #cde6e9;
--color-2: #a3d8e0;
--color-3: #68b4c0;
--color-4: #3e9fa3;
--color-5: #1a7d7f;
}
Anemo background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cde6e9, #a3d8e0, #68b4c0, #3e9fa3, #1a7d7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cde6e9, #a3d8e0, #68b4c0, #3e9fa3, #1a7d7f);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Anemo color palette created on .