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