Pink Peep カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Peep palette

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

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

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

Pink Peep カラーパレット CSS

/* CSS */
.color-1 {
color: #f7e8cf;
}
.color-2 {
color: #f9c6a4;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #d6619a;
}
.color-5 {
color: #6a4c94;
}

/* CSS Variables */
:root {
--color-1: #f7e8cf;
--color-2: #f9c6a4;
--color-3: #ff6e61;
--color-4: #d6619a;
--color-5: #6a4c94;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e8cf, #f9c6a4, #ff6e61, #d6619a, #6a4c94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e8cf, #f9c6a4, #ff6e61, #d6619a, #6a4c94);
}

Pink Peep color palette created on .