Yellow Waffle カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yellow Waffle palette

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

Yellow Waffle カラーパレット CSS

/* CSS */
.color-1 {
color: #f8c84f;
}
.color-2 {
color: #eab76c;
}
.color-3 {
color: #f2a76e;
}
.color-4 {
color: #f4805d;
}
.color-5 {
color: #e74040;
}

/* CSS Variables */
:root {
--color-1: #f8c84f;
--color-2: #eab76c;
--color-3: #f2a76e;
--color-4: #f4805d;
--color-5: #e74040;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c84f, #eab76c, #f2a76e, #f4805d, #e74040);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c84f, #eab76c, #f2a76e, #f4805d, #e74040);
}

Yellow Waffle color palette created on .