Muted Serenity Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Muted Serenity palette
tavolozza dei colori Muted Serenity CSS
/* CSS */
.color-1 {
color: #a6a6a6;
}
.color-2 {
color: #054c70;
}
.color-3 {
color: #e08a96;
}
.color-4 {
color: #f5f4f5;
}
.color-5 {
color: #a2535e;
}
/* CSS Variables */
:root {
--color-1: #a6a6a6;
--color-2: #054c70;
--color-3: #e08a96;
--color-4: #f5f4f5;
--color-5: #a2535e;
}
CSS con gradiente di sfondo Muted Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6a6a6, #054c70, #e08a96, #f5f4f5, #a2535e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6a6a6, #054c70, #e08a96, #f5f4f5, #a2535e);
}
Tavolozze di colori simili
Muted Serenity color palette created on .