Celestial Roots カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Roots palette

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

Celestial Roots カラーパレット CSS

/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #4a6b8c;
}
.color-3 {
color: #9a7a5b;
}
.color-4 {
color: #b49b5f;
}
.color-5 {
color: #7b999d;
}

/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #4a6b8c;
--color-3: #9a7a5b;
--color-4: #b49b5f;
--color-5: #7b999d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #4a6b8c, #9a7a5b, #b49b5f, #7b999d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #4a6b8c, #9a7a5b, #b49b5f, #7b999d);
}

Celestial Roots color palette created on .