Cookie Crumble Delight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cookie Crumble Delight palette

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

Cookie Crumble Delight カラーパレット CSS

/* CSS */
.color-1 {
color: #d6b300;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #f6e6b1;
}
.color-4 {
color: #e6c19e;
}
.color-5 {
color: #e6a400;
}

/* CSS Variables */
:root {
--color-1: #d6b300;
--color-2: #f5c400;
--color-3: #f6e6b1;
--color-4: #e6c19e;
--color-5: #e6a400;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6b300, #f5c400, #f6e6b1, #e6c19e, #e6a400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6b300, #f5c400, #f6e6b1, #e6c19e, #e6a400);
}

Cookie Crumble Delight color palette created on .