Sweet Forest Fawn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sweet Forest Fawn palette

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

Sweet Forest Fawn カラーパレット CSS

/* CSS */
.color-1 {
color: #f4c3b3;
}
.color-2 {
color: #e6a8b0;
}
.color-3 {
color: #d39f9c;
}
.color-4 {
color: #c68b8c;
}
.color-5 {
color: #b36b79;
}

/* CSS Variables */
:root {
--color-1: #f4c3b3;
--color-2: #e6a8b0;
--color-3: #d39f9c;
--color-4: #c68b8c;
--color-5: #b36b79;
}

Sweet Forest Fawn の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3b3, #e6a8b0, #d39f9c, #c68b8c, #b36b79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3b3, #e6a8b0, #d39f9c, #c68b8c, #b36b79);
}

Sweet Forest Fawn color palette created on .