Dolly's Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dolly's Dreamscape palette

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

Dolly's Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #f8c9d8;
}
.color-2 {
color: #f9a4c0;
}
.color-3 {
color: #ff808e;
}
.color-4 {
color: #ff3d67;
}
.color-5 {
color: #ff1f4f;
}

/* CSS Variables */
:root {
--color-1: #f8c9d8;
--color-2: #f9a4c0;
--color-3: #ff808e;
--color-4: #ff3d67;
--color-5: #ff1f4f;
}

Dolly's Dreamscape の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c9d8, #f9a4c0, #ff808e, #ff3d67, #ff1f4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c9d8, #f9a4c0, #ff808e, #ff3d67, #ff1f4f);
}

Dolly's Dreamscape color palette created on .