Courageous Spice カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Courageous Spice palette

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

Courageous Spice カラーパレット CSS

/* CSS */
.color-1 {
color: #ea8b3e;
}
.color-2 {
color: #c6693f;
}
.color-3 {
color: #8d4a3a;
}
.color-4 {
color: #d1a74d;
}
.color-5 {
color: #f0b14c;
}

/* CSS Variables */
:root {
--color-1: #ea8b3e;
--color-2: #c6693f;
--color-3: #8d4a3a;
--color-4: #d1a74d;
--color-5: #f0b14c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ea8b3e, #c6693f, #8d4a3a, #d1a74d, #f0b14c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ea8b3e, #c6693f, #8d4a3a, #d1a74d, #f0b14c);
}

Courageous Spice color palette created on .