Celestial Cascade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Cascade palette

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

Celestial Cascade カラーパレット CSS

/* CSS */
.color-1 {
color: #00b0f0;
}
.color-2 {
color: #4dc3ff;
}
.color-3 {
color: #7ad7ff;
}
.color-4 {
color: #a8e2ff;
}
.color-5 {
color: #d1f4ff;
}

/* CSS Variables */
:root {
--color-1: #00b0f0;
--color-2: #4dc3ff;
--color-3: #7ad7ff;
--color-4: #a8e2ff;
--color-5: #d1f4ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b0f0, #4dc3ff, #7ad7ff, #a8e2ff, #d1f4ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b0f0, #4dc3ff, #7ad7ff, #a8e2ff, #d1f4ff);
}

Celestial Cascade color palette created on .