Ginger Spice Delight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ginger Spice Delight palette

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

Ginger Spice Delight カラーパレット CSS

/* CSS */
.color-1 {
color: #d67c2e;
}
.color-2 {
color: #d69b43;
}
.color-3 {
color: #e3b068;
}
.color-4 {
color: #f1c288;
}
.color-5 {
color: #f4e1a4;
}

/* CSS Variables */
:root {
--color-1: #d67c2e;
--color-2: #d69b43;
--color-3: #e3b068;
--color-4: #f1c288;
--color-5: #f4e1a4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d67c2e, #d69b43, #e3b068, #f1c288, #f4e1a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d67c2e, #d69b43, #e3b068, #f1c288, #f4e1a4);
}

Ginger Spice Delight color palette created on .