Gothic Bloom カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Gothic Bloom palette
Gothic Bloom カラーパレット CSS
/* CSS */
.color-1 {
color: #845c72;
}
.color-2 {
color: #9a6a80;
}
.color-3 {
color: #af888e;
}
.color-4 {
color: #ceabb4;
}
.color-5 {
color: #eed8e1;
}
/* CSS Variables */
:root {
--color-1: #845c72;
--color-2: #9a6a80;
--color-3: #af888e;
--color-4: #ceabb4;
--color-5: #eed8e1;
}
Gothic Bloom の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #845c72, #9a6a80, #af888e, #ceabb4, #eed8e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #845c72, #9a6a80, #af888e, #ceabb4, #eed8e1);
}
似たようなカラーパレット
Gothic Bloom color palette created on .