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