Diva's Dazzle カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Diva's Dazzle palette

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

Diva's Dazzle カラーパレット CSS

/* CSS */
.color-1 {
color: #ff5c8d;
}
.color-2 {
color: #ffb3d1;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ff8d5c;
}
.color-5 {
color: #ff5e3d;
}

/* CSS Variables */
:root {
--color-1: #ff5c8d;
--color-2: #ffb3d1;
--color-3: #ffb84d;
--color-4: #ff8d5c;
--color-5: #ff5e3d;
}

Diva's Dazzle の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c8d, #ffb3d1, #ffb84d, #ff8d5c, #ff5e3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c8d, #ffb3d1, #ffb84d, #ff8d5c, #ff5e3d);
}

Diva's Dazzle color palette created on .