Burnt Dreamscape カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Burnt Dreamscape palette
Burnt Dreamscape カラー パレット PNG 画像
Burnt Dreamscape カラーパレット CSS
/* CSS */
.color-1 {
color: #5c3a2e;
}
.color-2 {
color: #8b5b3c;
}
.color-3 {
color: #c48b4a;
}
.color-4 {
color: #e3b668;
}
.color-5 {
color: #f5d6c2;
}
/* CSS Variables */
:root {
--color-1: #5c3a2e;
--color-2: #8b5b3c;
--color-3: #c48b4a;
--color-4: #e3b668;
--color-5: #f5d6c2;
}
Burnt Dreamscape の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3a2e, #8b5b3c, #c48b4a, #e3b668, #f5d6c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3a2e, #8b5b3c, #c48b4a, #e3b668, #f5d6c2);
}
似たようなカラーパレット
Burnt Dreamscape color palette created on .