Berry Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Berry Pink palette

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

Berry Pink カラーパレット (PNG) をダウンロード

Download berry pink color palette PNG image (landscape)
Download berry pink color palette PNG image (square)

Berry Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #a34d97;
}
.color-2 {
color: #d86e8e;
}
.color-3 {
color: #f1a7b4;
}
.color-4 {
color: #f3c4d3;
}
.color-5 {
color: #e0b3d6;
}

/* CSS Variables */
:root {
--color-1: #a34d97;
--color-2: #d86e8e;
--color-3: #f1a7b4;
--color-4: #f3c4d3;
--color-5: #e0b3d6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a34d97, #d86e8e, #f1a7b4, #f3c4d3, #e0b3d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a34d97, #d86e8e, #f1a7b4, #f3c4d3, #e0b3d6);
}

Berry Pink color palette created on .