Fantasma カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Fantasma palette

このパレットを共有する先:

Fantasma カラーパレット CSS

/* CSS */
.color-1 {
color: #c0c1e3;
}
.color-2 {
color: #a2b2d2;
}
.color-3 {
color: #7d9bcf;
}
.color-4 {
color: #5a7fbf;
}
.color-5 {
color: #3b66b0;
}

/* CSS Variables */
:root {
--color-1: #c0c1e3;
--color-2: #a2b2d2;
--color-3: #7d9bcf;
--color-4: #5a7fbf;
--color-5: #3b66b0;
}

Fantasma の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c0c1e3, #a2b2d2, #7d9bcf, #5a7fbf, #3b66b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c0c1e3, #a2b2d2, #7d9bcf, #5a7fbf, #3b66b0);
}

Fantasma color palette created on .