Zesty Delight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Zesty Delight palette

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

Zesty Delight カラーパレット CSS

/* CSS */
.color-1 {
color: #a7d100;
}
.color-2 {
color: #d2e600;
}
.color-3 {
color: #e8f000;
}
.color-4 {
color: #f9e1a4;
}
.color-5 {
color: #f5c400;
}

/* CSS Variables */
:root {
--color-1: #a7d100;
--color-2: #d2e600;
--color-3: #e8f000;
--color-4: #f9e1a4;
--color-5: #f5c400;
}

Zesty Delight の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d100, #d2e600, #e8f000, #f9e1a4, #f5c400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d100, #d2e600, #e8f000, #f9e1a4, #f5c400);
}

Zesty Delight color palette created on .