Shades of Dove Grey カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Dove Grey palette

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

Shades of Dove Grey カラーパレット CSS

/* CSS */
.color-1 {
color: #d6d9d3;
}
.color-2 {
color: #b6c8bf;
}
.color-3 {
color: #8ea4a1;
}
.color-4 {
color: #5b807d;
}
.color-5 {
color: #3d5b5c;
}

/* CSS Variables */
:root {
--color-1: #d6d9d3;
--color-2: #b6c8bf;
--color-3: #8ea4a1;
--color-4: #5b807d;
--color-5: #3d5b5c;
}

Shades of Dove Grey の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6d9d3, #b6c8bf, #8ea4a1, #5b807d, #3d5b5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6d9d3, #b6c8bf, #8ea4a1, #5b807d, #3d5b5c);
}

Shades of Dove Grey color palette created on .