Yellow Cream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yellow Cream palette

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

Yellow Cream カラーパレット CSS

/* CSS */
.color-1 {
color: #f9e29f;
}
.color-2 {
color: #f2d58c;
}
.color-3 {
color: #e6c57a;
}
.color-4 {
color: #d5b267;
}
.color-5 {
color: #c4a64a;
}

/* CSS Variables */
:root {
--color-1: #f9e29f;
--color-2: #f2d58c;
--color-3: #e6c57a;
--color-4: #d5b267;
--color-5: #c4a64a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e29f, #f2d58c, #e6c57a, #d5b267, #c4a64a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e29f, #f2d58c, #e6c57a, #d5b267, #c4a64a);
}

Yellow Cream color palette created on .