Whispers of Creamy Dusk カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Creamy Dusk palette

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

Whispers of Creamy Dusk カラーパレット CSS

/* CSS */
.color-1 {
color: #fefefb;
}
.color-2 {
color: #fdfaf2;
}
.color-3 {
color: #f7ecd4;
}
.color-4 {
color: #f0d7b7;
}
.color-5 {
color: #dfbb95;
}

/* CSS Variables */
:root {
--color-1: #fefefb;
--color-2: #fdfaf2;
--color-3: #f7ecd4;
--color-4: #f0d7b7;
--color-5: #dfbb95;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fefefb, #fdfaf2, #f7ecd4, #f0d7b7, #dfbb95);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fefefb, #fdfaf2, #f7ecd4, #f0d7b7, #dfbb95);
}

Whispers of Creamy Dusk color palette created on .