Enchanted Biscuit Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Enchanted Biscuit Dream palette

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

Enchanted Biscuit Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #e0c6b2;
}
.color-2 {
color: #d9b4a1;
}
.color-3 {
color: #f4a462;
}
.color-4 {
color: #f6d55a;
}
.color-5 {
color: #3d5a7f;
}

/* CSS Variables */
:root {
--color-1: #e0c6b2;
--color-2: #d9b4a1;
--color-3: #f4a462;
--color-4: #f6d55a;
--color-5: #3d5a7f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0c6b2, #d9b4a1, #f4a462, #f6d55a, #3d5a7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0c6b2, #d9b4a1, #f4a462, #f6d55a, #3d5a7f);
}

Enchanted Biscuit Dream color palette created on .