Gourmet Grater カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Gourmet Grater palette

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

Gourmet Grater カラーパレット CSS

/* CSS */
.color-1 {
color: #f6d55a;
}
.color-2 {
color: #f7b32b;
}
.color-3 {
color: #c8eba2;
}
.color-4 {
color: #a7dadc;
}
.color-5 {
color: #447a9c;
}

/* CSS Variables */
:root {
--color-1: #f6d55a;
--color-2: #f7b32b;
--color-3: #c8eba2;
--color-4: #a7dadc;
--color-5: #447a9c;
}

Gourmet Grater の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d55a, #f7b32b, #c8eba2, #a7dadc, #447a9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d55a, #f7b32b, #c8eba2, #a7dadc, #447a9c);
}

Gourmet Grater color palette created on .