Pink Sugar Cookie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Sugar Cookie palette

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

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

Download pink sugar cookie color palette PNG image (landscape)
Download pink sugar cookie color palette PNG image (square)

Pink Sugar Cookie カラーパレット CSS

/* CSS */
.color-1 {
color: #f5e4b2;
}
.color-2 {
color: #e7caa7;
}
.color-3 {
color: #d8a29d;
}
.color-4 {
color: #f2a1b2;
}
.color-5 {
color: #f9c3ce;
}

/* CSS Variables */
:root {
--color-1: #f5e4b2;
--color-2: #e7caa7;
--color-3: #d8a29d;
--color-4: #f2a1b2;
--color-5: #f9c3ce;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e4b2, #e7caa7, #d8a29d, #f2a1b2, #f9c3ce);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e4b2, #e7caa7, #d8a29d, #f2a1b2, #f9c3ce);
}

Pink Sugar Cookie color palette created on .