Vibrant Dusk カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Dusk palette

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

Vibrant Dusk カラーパレット CSS

/* CSS */
.color-1 {
color: #f9e24e;
}
.color-2 {
color: #f5843d;
}
.color-3 {
color: #f15b8a;
}
.color-4 {
color: #a54a92;
}
.color-5 {
color: #5e3c8b;
}

/* CSS Variables */
:root {
--color-1: #f9e24e;
--color-2: #f5843d;
--color-3: #f15b8a;
--color-4: #a54a92;
--color-5: #5e3c8b;
}

Vibrant Dusk の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e24e, #f5843d, #f15b8a, #a54a92, #5e3c8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e24e, #f5843d, #f15b8a, #a54a92, #5e3c8b);
}

Vibrant Dusk color palette created on .