Lush Sunlight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lush Sunlight palette

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

Lush Sunlight カラーパレット CSS

/* CSS */
.color-1 {
color: #e6d77a;
}
.color-2 {
color: #a4c954;
}
.color-3 {
color: #80cc71;
}
.color-4 {
color: #5cbf3b;
}
.color-5 {
color: #4a9d2a;
}

/* CSS Variables */
:root {
--color-1: #e6d77a;
--color-2: #a4c954;
--color-3: #80cc71;
--color-4: #5cbf3b;
--color-5: #4a9d2a;
}

Lush Sunlight の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6d77a, #a4c954, #80cc71, #5cbf3b, #4a9d2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6d77a, #a4c954, #80cc71, #5cbf3b, #4a9d2a);
}

Lush Sunlight color palette created on .