Celestial Drift カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Drift palette

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

Celestial Drift カラーパレット CSS

/* CSS */
.color-1 {
color: #3b5b8c;
}
.color-2 {
color: #5f7e9b;
}
.color-3 {
color: #a1c3d3;
}
.color-4 {
color: #efe7a4;
}
.color-5 {
color: #f3a94f;
}

/* CSS Variables */
:root {
--color-1: #3b5b8c;
--color-2: #5f7e9b;
--color-3: #a1c3d3;
--color-4: #efe7a4;
--color-5: #f3a94f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5b8c, #5f7e9b, #a1c3d3, #efe7a4, #f3a94f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5b8c, #5f7e9b, #a1c3d3, #efe7a4, #f3a94f);
}

Celestial Drift color palette created on .