Shades of Cinder カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Cinder palette

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

Shades of Cinder カラーパレット CSS

/* CSS */
.color-1 {
color: #1e1e24;
}
.color-2 {
color: #36363f;
}
.color-3 {
color: #505058;
}
.color-4 {
color: #b1b1c4;
}
.color-5 {
color: #f5f6f9;
}

/* CSS Variables */
:root {
--color-1: #1e1e24;
--color-2: #36363f;
--color-3: #505058;
--color-4: #b1b1c4;
--color-5: #f5f6f9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e24, #36363f, #505058, #b1b1c4, #f5f6f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e24, #36363f, #505058, #b1b1c4, #f5f6f9);
}

Shades of Cinder color palette created on .