Dusky Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dusky Dreams palette

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

Dusky Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #4a3c6d;
}
.color-2 {
color: #7d6f9f;
}
.color-3 {
color: #a89abc;
}
.color-4 {
color: #e5a4bf;
}
.color-5 {
color: #f9ccb4;
}

/* CSS Variables */
:root {
--color-1: #4a3c6d;
--color-2: #7d6f9f;
--color-3: #a89abc;
--color-4: #e5a4bf;
--color-5: #f9ccb4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3c6d, #7d6f9f, #a89abc, #e5a4bf, #f9ccb4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3c6d, #7d6f9f, #a89abc, #e5a4bf, #f9ccb4);
}

Dusky Dreams color palette created on .