Shelly カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shelly palette

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

Shelly カラーパレット CSS

/* CSS */
.color-1 {
color: #f6b8b1;
}
.color-2 {
color: #f7d4c5;
}
.color-3 {
color: #f8e2d3;
}
.color-4 {
color: #f9f5e7;
}
.color-5 {
color: #dfafe4;
}

/* CSS Variables */
:root {
--color-1: #f6b8b1;
--color-2: #f7d4c5;
--color-3: #f8e2d3;
--color-4: #f9f5e7;
--color-5: #dfafe4;
}

Shelly の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b8b1, #f7d4c5, #f8e2d3, #f9f5e7, #dfafe4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b8b1, #f7d4c5, #f8e2d3, #f9f5e7, #dfafe4);
}

似たようなカラーパレット

Shelly color palette created on .