Yellow Cookie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yellow Cookie palette

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

Yellow Cookie カラーパレット CSS

/* CSS */
.color-1 {
color: #f6e8b1;
}
.color-2 {
color: #f7d76e;
}
.color-3 {
color: #e6b400;
}
.color-4 {
color: #d6a800;
}
.color-5 {
color: #bda000;
}

/* CSS Variables */
:root {
--color-1: #f6e8b1;
--color-2: #f7d76e;
--color-3: #e6b400;
--color-4: #d6a800;
--color-5: #bda000;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e8b1, #f7d76e, #e6b400, #d6a800, #bda000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e8b1, #f7d76e, #e6b400, #d6a800, #bda000);
}

Yellow Cookie color palette created on .