Dusky Cookie Delight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dusky Cookie Delight palette

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

Dusky Cookie Delight カラーパレット CSS

/* CSS */
.color-1 {
color: #e0c09e;
}
.color-2 {
color: #d5b048;
}
.color-3 {
color: #c19c3e;
}
.color-4 {
color: #9c7c3a;
}
.color-5 {
color: #5a4b3a;
}

/* CSS Variables */
:root {
--color-1: #e0c09e;
--color-2: #d5b048;
--color-3: #c19c3e;
--color-4: #9c7c3a;
--color-5: #5a4b3a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0c09e, #d5b048, #c19c3e, #9c7c3a, #5a4b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0c09e, #d5b048, #c19c3e, #9c7c3a, #5a4b3a);
}

Dusky Cookie Delight color palette created on .