Muted Steel Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Muted Steel Serenity palette

このパレットを共有する先:

Muted Steel Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #3c5b7c;
}
.color-2 {
color: #638897;
}
.color-3 {
color: #85acb2;
}
.color-4 {
color: #a9c5d1;
}
.color-5 {
color: #c2dde0;
}

/* CSS Variables */
:root {
--color-1: #3c5b7c;
--color-2: #638897;
--color-3: #85acb2;
--color-4: #a9c5d1;
--color-5: #c2dde0;
}

Muted Steel Serenity の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c5b7c, #638897, #85acb2, #a9c5d1, #c2dde0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c5b7c, #638897, #85acb2, #a9c5d1, #c2dde0);
}

Muted Steel Serenity color palette created on .