Celestial Threads カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Threads palette

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

Celestial Threads カラーパレット CSS

/* CSS */
.color-1 {
color: #b8d2ea;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #8cb8d4;
}
.color-4 {
color: #5ca3c7;
}
.color-5 {
color: #3e8ebb;
}

/* CSS Variables */
:root {
--color-1: #b8d2ea;
--color-2: #a3c7e0;
--color-3: #8cb8d4;
--color-4: #5ca3c7;
--color-5: #3e8ebb;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8d2ea, #a3c7e0, #8cb8d4, #5ca3c7, #3e8ebb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8d2ea, #a3c7e0, #8cb8d4, #5ca3c7, #3e8ebb);
}

Celestial Threads color palette created on .