Sunlit Meadow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunlit Meadow palette

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

Sunlit Meadow カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f6c037;
}
.color-3 {
color: #f6e7a7;
}
.color-4 {
color: #b5e3c7;
}
.color-5 {
color: #4b8b69;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f6c037;
--color-3: #f6e7a7;
--color-4: #b5e3c7;
--color-5: #4b8b69;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f6c037, #f6e7a7, #b5e3c7, #4b8b69);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f6c037, #f6e7a7, #b5e3c7, #4b8b69);
}

Sunlit Meadow color palette created on .