Enchanted Whispers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Enchanted Whispers palette

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

Enchanted Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #f0e0d1;
}
.color-2 {
color: #d8c0ba;
}
.color-3 {
color: #b7a4c6;
}
.color-4 {
color: #8b7c9c;
}
.color-5 {
color: #6f4d80;
}

/* CSS Variables */
:root {
--color-1: #f0e0d1;
--color-2: #d8c0ba;
--color-3: #b7a4c6;
--color-4: #8b7c9c;
--color-5: #6f4d80;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e0d1, #d8c0ba, #b7a4c6, #8b7c9c, #6f4d80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e0d1, #d8c0ba, #b7a4c6, #8b7c9c, #6f4d80);
}

Enchanted Whispers color palette created on .