Meadow Goat Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Meadow Goat Serenity palette

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

Meadow Goat Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #f4e2b3;
}
.color-2 {
color: #e4b4a0;
}
.color-3 {
color: #c89e9d;
}
.color-4 {
color: #d1c7e1;
}
.color-5 {
color: #9ab4b7;
}

/* CSS Variables */
:root {
--color-1: #f4e2b3;
--color-2: #e4b4a0;
--color-3: #c89e9d;
--color-4: #d1c7e1;
--color-5: #9ab4b7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e2b3, #e4b4a0, #c89e9d, #d1c7e1, #9ab4b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e2b3, #e4b4a0, #c89e9d, #d1c7e1, #9ab4b7);
}

Meadow Goat Serenity color palette created on .