Gentle Goat's Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Gentle Goat's Embrace palette

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

Gentle Goat's Embrace カラーパレット CSS

/* CSS */
.color-1 {
color: #e1b7d3;
}
.color-2 {
color: #d5a5c6;
}
.color-3 {
color: #a57e97;
}
.color-4 {
color: #c09a7c;
}
.color-5 {
color: #e6d6a7;
}

/* CSS Variables */
:root {
--color-1: #e1b7d3;
--color-2: #d5a5c6;
--color-3: #a57e97;
--color-4: #c09a7c;
--color-5: #e6d6a7;
}

Gentle Goat's Embrace の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1b7d3, #d5a5c6, #a57e97, #c09a7c, #e6d6a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1b7d3, #d5a5c6, #a57e97, #c09a7c, #e6d6a7);
}

Gentle Goat's Embrace color palette created on .