Celestial Legends カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Legends palette

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

Celestial Legends カラーパレット CSS

/* CSS */
.color-1 {
color: #c92c3c;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #f0d000;
}
.color-4 {
color: #5b81e1;
}
.color-5 {
color: #3a4e78;
}

/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #f0a800;
--color-3: #f0d000;
--color-4: #5b81e1;
--color-5: #3a4e78;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #f0a800, #f0d000, #5b81e1, #3a4e78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #f0a800, #f0d000, #5b81e1, #3a4e78);
}

Celestial Legends color palette created on .