Fantasma Oscuro カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Fantasma Oscuro palette
Fantasma Oscuro カラー パレット PNG 画像
Fantasma Oscuro カラーパレット CSS
/* CSS */
.color-1 {
color: #22143e;
}
.color-2 {
color: #382456;
}
.color-3 {
color: #58336b;
}
.color-4 {
color: #574e88;
}
.color-5 {
color: #845f9b;
}
/* CSS Variables */
:root {
--color-1: #22143e;
--color-2: #382456;
--color-3: #58336b;
--color-4: #574e88;
--color-5: #845f9b;
}
Fantasma Oscuro の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #22143e, #382456, #58336b, #574e88, #845f9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #22143e, #382456, #58336b, #574e88, #845f9b);
}
似たようなカラーパレット
Fantasma Oscuro color palette created on .