Sunlit Grove カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunlit Grove palette

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

Sunlit Grove カラーパレット CSS

/* CSS */
.color-1 {
color: #f3fb60;
}
.color-2 {
color: #a8d85f;
}
.color-3 {
color: #4cbf3b;
}
.color-4 {
color: #2e9c26;
}
.color-5 {
color: #1f6f1b;
}

/* CSS Variables */
:root {
--color-1: #f3fb60;
--color-2: #a8d85f;
--color-3: #4cbf3b;
--color-4: #2e9c26;
--color-5: #1f6f1b;
}

Sunlit Grove の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3fb60, #a8d85f, #4cbf3b, #2e9c26, #1f6f1b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3fb60, #a8d85f, #4cbf3b, #2e9c26, #1f6f1b);
}

Sunlit Grove color palette created on .