Celestial Tides カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Tides palette

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

Celestial Tides カラーパレット CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #4b6eaa;
}
.color-3 {
color: #6bb2e1;
}
.color-4 {
color: #a1d7e8;
}
.color-5 {
color: #f5f7fa;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #4b6eaa;
--color-3: #6bb2e1;
--color-4: #a1d7e8;
--color-5: #f5f7fa;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #4b6eaa, #6bb2e1, #a1d7e8, #f5f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #4b6eaa, #6bb2e1, #a1d7e8, #f5f7fa);
}

Celestial Tides color palette created on .