Celestial Radiance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Radiance palette

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

Celestial Radiance カラーパレット CSS

/* CSS */
.color-1 {
color: #ffec42;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff3d8e;
}
.color-4 {
color: #8c4fe8;
}
.color-5 {
color: #2d9feb;
}

/* CSS Variables */
:root {
--color-1: #ffec42;
--color-2: #ff6e61;
--color-3: #ff3d8e;
--color-4: #8c4fe8;
--color-5: #2d9feb;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffec42, #ff6e61, #ff3d8e, #8c4fe8, #2d9feb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffec42, #ff6e61, #ff3d8e, #8c4fe8, #2d9feb);
}

Celestial Radiance color palette created on .