Sunlit Grove カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunlit Grove palette

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

Sunlit Grove カラーパレット CSS

/* CSS */
.color-1 {
color: #d6aa51;
}
.color-2 {
color: #e0d26c;
}
.color-3 {
color: #8ab757;
}
.color-4 {
color: #5a9062;
}
.color-5 {
color: #3d7b58;
}

/* CSS Variables */
:root {
--color-1: #d6aa51;
--color-2: #e0d26c;
--color-3: #8ab757;
--color-4: #5a9062;
--color-5: #3d7b58;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6aa51, #e0d26c, #8ab757, #5a9062, #3d7b58);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6aa51, #e0d26c, #8ab757, #5a9062, #3d7b58);
}

Sunlit Grove color palette created on .