Thunderstorm Radiance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Thunderstorm Radiance palette

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

Thunderstorm Radiance カラーパレット CSS

/* CSS */
.color-1 {
color: #f6d241;
}
.color-2 {
color: #f6a831;
}
.color-3 {
color: #f58129;
}
.color-4 {
color: #f25c21;
}
.color-5 {
color: #b248f4;
}

/* CSS Variables */
:root {
--color-1: #f6d241;
--color-2: #f6a831;
--color-3: #f58129;
--color-4: #f25c21;
--color-5: #b248f4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d241, #f6a831, #f58129, #f25c21, #b248f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d241, #f6a831, #f58129, #f25c21, #b248f4);
}

Thunderstorm Radiance color palette created on .