Loading...

Pink Cherub カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Cherub palette

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

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

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

Pink Cherub カラーパレット CSS

/* CSS */
.color-1 {
color: #f8d8e9;
}
.color-2 {
color: #f1b1c3;
}
.color-3 {
color: #e59ab4;
}
.color-4 {
color: #d57ca8;
}
.color-5 {
color: #a65979;
}

/* CSS Variables */
:root {
--color-1: #f8d8e9;
--color-2: #f1b1c3;
--color-3: #e59ab4;
--color-4: #d57ca8;
--color-5: #a65979;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d8e9, #f1b1c3, #e59ab4, #d57ca8, #a65979);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d8e9, #f1b1c3, #e59ab4, #d57ca8, #a65979);
}

Pink Cherub color palette created on .