Celestial Lanterns カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Lanterns palette

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

Celestial Lanterns カラーパレット CSS

/* CSS */
.color-1 {
color: #ff4d00;
}
.color-2 {
color: #ff9100;
}
.color-3 {
color: #ffc300;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ffd9b3;
}

/* CSS Variables */
:root {
--color-1: #ff4d00;
--color-2: #ff9100;
--color-3: #ffc300;
--color-4: #ffd900;
--color-5: #ffd9b3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d00, #ff9100, #ffc300, #ffd900, #ffd9b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d00, #ff9100, #ffc300, #ffd900, #ffd9b3);
}

Celestial Lanterns color palette created on .