Refreshing Lemon Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Refreshing Lemon Yellow palette

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

Refreshing Lemon Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f6e6a2;
}
.color-2 {
color: #e3d58c;
}
.color-3 {
color: #d5c76c;
}
.color-4 {
color: #a8c97e;
}
.color-5 {
color: #7fbf5a;
}

/* CSS Variables */
:root {
--color-1: #f6e6a2;
--color-2: #e3d58c;
--color-3: #d5c76c;
--color-4: #a8c97e;
--color-5: #7fbf5a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e6a2, #e3d58c, #d5c76c, #a8c97e, #7fbf5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e6a2, #e3d58c, #d5c76c, #a8c97e, #7fbf5a);
}

Refreshing Lemon Yellow color palette created on .