Soft Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Pink palette

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

Soft Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #ffb780;
}
.color-3 {
color: #ffe78f;
}
.color-4 {
color: #b9e4c8;
}
.color-5 {
color: #63b6b4;
}

/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #ffb780;
--color-3: #ffe78f;
--color-4: #b9e4c8;
--color-5: #63b6b4;
}

Soft Pink の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #ffb780, #ffe78f, #b9e4c8, #63b6b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #ffb780, #ffe78f, #b9e4c8, #63b6b4);
}

Soft Pink color palette created on .