Soft Blossom カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Blossom palette

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

Soft Blossom カラー パレット PNG 画像

Download soft blossom color palette PNG image (landscape)
Download soft blossom color palette PNG image (square)

Soft Blossom カラーパレット CSS

/* CSS */
.color-1 {
color: #f5d6b7;
}
.color-2 {
color: #f2b3a6;
}
.color-3 {
color: #e8698d;
}
.color-4 {
color: #c56dad;
}
.color-5 {
color: #a36cc6;
}

/* CSS Variables */
:root {
--color-1: #f5d6b7;
--color-2: #f2b3a6;
--color-3: #e8698d;
--color-4: #c56dad;
--color-5: #a36cc6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d6b7, #f2b3a6, #e8698d, #c56dad, #a36cc6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d6b7, #f2b3a6, #e8698d, #c56dad, #a36cc6);
}

Soft Blossom color palette created on .