Sweet Forest Fawn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sweet Forest Fawn palette

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

Sweet Forest Fawn カラーパレット CSS

/* CSS */
.color-1 {
color: #f4c3c3;
}
.color-2 {
color: #e8a4a1;
}
.color-3 {
color: #d68f8f;
}
.color-4 {
color: #c8747a;
}
.color-5 {
color: #b15d5d;
}

/* CSS Variables */
:root {
--color-1: #f4c3c3;
--color-2: #e8a4a1;
--color-3: #d68f8f;
--color-4: #c8747a;
--color-5: #b15d5d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3c3, #e8a4a1, #d68f8f, #c8747a, #b15d5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3c3, #e8a4a1, #d68f8f, #c8747a, #b15d5d);
}

Sweet Forest Fawn color palette created on .