Gray Spice カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Gray Spice palette

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

Gray Spice カラーパレット CSS

/* CSS */
.color-1 {
color: #f9e1e1;
}
.color-2 {
color: #f5c2c2;
}
.color-3 {
color: #f2b1b1;
}
.color-4 {
color: #ed9191;
}
.color-5 {
color: #e97777;
}

/* CSS Variables */
:root {
--color-1: #f9e1e1;
--color-2: #f5c2c2;
--color-3: #f2b1b1;
--color-4: #ed9191;
--color-5: #e97777;
}

Gray Spice の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e1e1, #f5c2c2, #f2b1b1, #ed9191, #e97777);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e1e1, #f5c2c2, #f2b1b1, #ed9191, #e97777);
}

Gray Spice color palette created on .