Celestial Collision カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Collision palette

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

Celestial Collision カラーパレット CSS

/* CSS */
.color-1 {
color: #7c4dff;
}
.color-2 {
color: #ff8b3d;
}
.color-3 {
color: #ffcd42;
}
.color-4 {
color: #70ffdb;
}
.color-5 {
color: #ff3d67;
}

/* CSS Variables */
:root {
--color-1: #7c4dff;
--color-2: #ff8b3d;
--color-3: #ffcd42;
--color-4: #70ffdb;
--color-5: #ff3d67;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c4dff, #ff8b3d, #ffcd42, #70ffdb, #ff3d67);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c4dff, #ff8b3d, #ffcd42, #70ffdb, #ff3d67);
}

Celestial Collision color palette created on .