Gentle Forest Blush カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Gentle Forest Blush palette

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

Gentle Forest Blush カラーパレット CSS

/* CSS */
.color-1 {
color: #f8e0b4;
}
.color-2 {
color: #f8cab4;
}
.color-3 {
color: #f8a5b7;
}
.color-4 {
color: #f77e98;
}
.color-5 {
color: #ef5d90;
}

/* CSS Variables */
:root {
--color-1: #f8e0b4;
--color-2: #f8cab4;
--color-3: #f8a5b7;
--color-4: #f77e98;
--color-5: #ef5d90;
}

Gentle Forest Blush の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e0b4, #f8cab4, #f8a5b7, #f77e98, #ef5d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e0b4, #f8cab4, #f8a5b7, #f77e98, #ef5d90);
}

Gentle Forest Blush color palette created on .