Dusky Radiance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dusky Radiance palette

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

Dusky Radiance カラーパレット CSS

/* CSS */
.color-1 {
color: #6a5bcd;
}
.color-2 {
color: #6a4f9c;
}
.color-3 {
color: #9b58b6;
}
.color-4 {
color: #f1c40e;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #6a5bcd;
--color-2: #6a4f9c;
--color-3: #9b58b6;
--color-4: #f1c40e;
--color-5: #e74d3c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5bcd, #6a4f9c, #9b58b6, #f1c40e, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5bcd, #6a4f9c, #9b58b6, #f1c40e, #e74d3c);
}

Dusky Radiance color palette created on .