Tempest Radiance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tempest Radiance palette

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

Tempest Radiance カラーパレット CSS

/* CSS */
.color-1 {
color: #4a4e68;
}
.color-2 {
color: #22223a;
}
.color-3 {
color: #f1c40e;
}
.color-4 {
color: #f5a524;
}
.color-5 {
color: #eebe3a;
}

/* CSS Variables */
:root {
--color-1: #4a4e68;
--color-2: #22223a;
--color-3: #f1c40e;
--color-4: #f5a524;
--color-5: #eebe3a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4e68, #22223a, #f1c40e, #f5a524, #eebe3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4e68, #22223a, #f1c40e, #f5a524, #eebe3a);
}

Tempest Radiance color palette created on .