Pastel Strawberry カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pastel Strawberry palette

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

Pastel Strawberry カラー パレット PNG 画像

Download pastel strawberry color palette PNG image (landscape)
Download pastel strawberry color palette PNG image (square)

Pastel Strawberry カラーパレット CSS

/* CSS */
.color-1 {
color: #ffaea3;
}
.color-2 {
color: #ffd7d6;
}
.color-3 {
color: #fff1f0;
}
.color-4 {
color: #edfdf8;
}
.color-5 {
color: #d8f8f8;
}

/* CSS Variables */
:root {
--color-1: #ffaea3;
--color-2: #ffd7d6;
--color-3: #fff1f0;
--color-4: #edfdf8;
--color-5: #d8f8f8;
}

Pastel Strawberry の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffaea3, #ffd7d6, #fff1f0, #edfdf8, #d8f8f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffaea3, #ffd7d6, #fff1f0, #edfdf8, #d8f8f8);
}

Pastel Strawberry color palette created on .