Shades of Grey カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Grey palette
Shades of Grey カラーパレット CSS
/* CSS */
.color-1 {
color: #b0b3b5;
}
.color-2 {
color: #aac5c2;
}
.color-3 {
color: #4e7e7a;
}
.color-4 {
color: #3a9c8e;
}
.color-5 {
color: #0c5e5f;
}
/* CSS Variables */
:root {
--color-1: #b0b3b5;
--color-2: #aac5c2;
--color-3: #4e7e7a;
--color-4: #3a9c8e;
--color-5: #0c5e5f;
}
Shades of Grey の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0b3b5, #aac5c2, #4e7e7a, #3a9c8e, #0c5e5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0b3b5, #aac5c2, #4e7e7a, #3a9c8e, #0c5e5f);
}
似たようなカラーパレット
Shades of Grey color palette created on .