Embers and Sprouts カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Embers and Sprouts palette
Embers and Sprouts カラーパレット CSS
/* CSS */
.color-1 {
color: #e64919;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffea00;
}
.color-4 {
color: #b0eb00;
}
.color-5 {
color: #398e3d;
}
/* CSS Variables */
:root {
--color-1: #e64919;
--color-2: #ffb84d;
--color-3: #ffea00;
--color-4: #b0eb00;
--color-5: #398e3d;
}
Embers and Sprouts の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e64919, #ffb84d, #ffea00, #b0eb00, #398e3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e64919, #ffb84d, #ffea00, #b0eb00, #398e3d);
}
似たようなカラーパレット
Embers and Sprouts color palette created on .