Celestial Radiance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Radiance palette

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

Celestial Radiance カラーパレット CSS

/* CSS */
.color-1 {
color: #f6d12c;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #e13e33;
}
.color-5 {
color: #a400b3;
}

/* CSS Variables */
:root {
--color-1: #f6d12c;
--color-2: #ffb84d;
--color-3: #ff6e61;
--color-4: #e13e33;
--color-5: #a400b3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d12c, #ffb84d, #ff6e61, #e13e33, #a400b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d12c, #ffb84d, #ff6e61, #e13e33, #a400b3);
}

Celestial Radiance color palette created on .