Muted Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Muted Serenity palette
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;
}
Muted Serenity の背景のグラデーション CSS
/* 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);
}
似たようなカラーパレット
Muted Serenity color palette created on .