Sunlit Meadow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunlit Meadow palette

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

Sunlit Meadow カラーパレット CSS

/* CSS */
.color-1 {
color: #f4ebd2;
}
.color-2 {
color: #e0cba9;
}
.color-3 {
color: #d59a6d;
}
.color-4 {
color: #b77d4e;
}
.color-5 {
color: #a44b2d;
}

/* CSS Variables */
:root {
--color-1: #f4ebd2;
--color-2: #e0cba9;
--color-3: #d59a6d;
--color-4: #b77d4e;
--color-5: #a44b2d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4ebd2, #e0cba9, #d59a6d, #b77d4e, #a44b2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4ebd2, #e0cba9, #d59a6d, #b77d4e, #a44b2d);
}

Sunlit Meadow color palette created on .