Whispers of Dusk カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Dusk palette

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

Whispers of Dusk カラーパレット CSS

/* CSS */
.color-1 {
color: #fdbace;
}
.color-2 {
color: #cdcbcd;
}
.color-3 {
color: #ab59a9;
}
.color-4 {
color: #5c5157;
}
.color-5 {
color: #2c2628;
}

/* CSS Variables */
:root {
--color-1: #fdbace;
--color-2: #cdcbcd;
--color-3: #ab59a9;
--color-4: #5c5157;
--color-5: #2c2628;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdbace, #cdcbcd, #ab59a9, #5c5157, #2c2628);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdbace, #cdcbcd, #ab59a9, #5c5157, #2c2628);
}

Whispers of Dusk color palette created on .