Calm Aesthetic Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Calm Aesthetic palette
Calm Aesthetic color palette PNG image
Calm Aesthetic color palette CSS
/* CSS */
.color-1 {
color: #a5c6d5;
}
.color-2 {
color: #b6e2e2;
}
.color-3 {
color: #eff3f5;
}
.color-4 {
color: #f4d69f;
}
.color-5 {
color: #f7c6a6;
}
/* CSS Variables */
:root {
--color-1: #a5c6d5;
--color-2: #b6e2e2;
--color-3: #eff3f5;
--color-4: #f4d69f;
--color-5: #f7c6a6;
}
Calm Aesthetic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5c6d5, #b6e2e2, #eff3f5, #f4d69f, #f7c6a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5c6d5, #b6e2e2, #eff3f5, #f4d69f, #f7c6a6);
}
Similar color palettes
Scroll down to explore 1000+ Aesthetic color palettes
Calm Aesthetic color palette created on .