Steel Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Steel Serenity palette

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

Steel Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #d4d7d9;
}
.color-2 {
color: #b0b3b5;
}
.color-3 {
color: #8d8f91;
}
.color-4 {
color: #6b6e70;
}
.color-5 {
color: #4a4d4f;
}

/* CSS Variables */
:root {
--color-1: #d4d7d9;
--color-2: #b0b3b5;
--color-3: #8d8f91;
--color-4: #6b6e70;
--color-5: #4a4d4f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4d7d9, #b0b3b5, #8d8f91, #6b6e70, #4a4d4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4d7d9, #b0b3b5, #8d8f91, #6b6e70, #4a4d4f);
}

Steel Serenity color palette created on .