Yellow Cookie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yellow Cookie palette

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

Yellow Cookie カラーパレット CSS

/* CSS */
.color-1 {
color: #f9e8b4;
}
.color-2 {
color: #f4d87b;
}
.color-3 {
color: #f0c24c;
}
.color-4 {
color: #e9a52f;
}
.color-5 {
color: #d68924;
}

/* CSS Variables */
:root {
--color-1: #f9e8b4;
--color-2: #f4d87b;
--color-3: #f0c24c;
--color-4: #e9a52f;
--color-5: #d68924;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e8b4, #f4d87b, #f0c24c, #e9a52f, #d68924);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e8b4, #f4d87b, #f0c24c, #e9a52f, #d68924);
}

Yellow Cookie color palette created on .