Sunlit Grove カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunlit Grove palette

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

Sunlit Grove カラーパレット CSS

/* CSS */
.color-1 {
color: #eab239;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #f6e4a2;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #6cbf45;
}

/* CSS Variables */
:root {
--color-1: #eab239;
--color-2: #f5c400;
--color-3: #f6e4a2;
--color-4: #a3d55d;
--color-5: #6cbf45;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab239, #f5c400, #f6e4a2, #a3d55d, #6cbf45);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab239, #f5c400, #f6e4a2, #a3d55d, #6cbf45);
}

Sunlit Grove color palette created on .