Pink Sheep カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Sheep palette

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

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

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

Pink Sheep カラーパレット CSS

/* CSS */
.color-1 {
color: #f4e1d7;
}
.color-2 {
color: #f3b9c5;
}
.color-3 {
color: #f76e8e;
}
.color-4 {
color: #c1447a;
}
.color-5 {
color: #7d2c4f;
}

/* CSS Variables */
:root {
--color-1: #f4e1d7;
--color-2: #f3b9c5;
--color-3: #f76e8e;
--color-4: #c1447a;
--color-5: #7d2c4f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e1d7, #f3b9c5, #f76e8e, #c1447a, #7d2c4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e1d7, #f3b9c5, #f76e8e, #c1447a, #7d2c4f);
}

Pink Sheep color palette created on .