Celestial Veil カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Veil palette

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

Celestial Veil カラーパレット CSS

/* CSS */
.color-1 {
color: #1f1c2b;
}
.color-2 {
color: #3a3d5a;
}
.color-3 {
color: #4f6c78;
}
.color-4 {
color: #87d8e8;
}
.color-5 {
color: #f4f5f6;
}

/* CSS Variables */
:root {
--color-1: #1f1c2b;
--color-2: #3a3d5a;
--color-3: #4f6c78;
--color-4: #87d8e8;
--color-5: #f4f5f6;
}

Celestial Veil の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1c2b, #3a3d5a, #4f6c78, #87d8e8, #f4f5f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1c2b, #3a3d5a, #4f6c78, #87d8e8, #f4f5f6);
}

Celestial Veil color palette created on .