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