Pink Pure カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Pure palette

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

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

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

Pink Pure カラーパレット CSS

/* CSS */
.color-1 {
color: #ffb3ba;
}
.color-2 {
color: #ff667d;
}
.color-3 {
color: #d3aee0;
}
.color-4 {
color: #6b5b95;
}
.color-5 {
color: #f7b32b;
}

/* CSS Variables */
:root {
--color-1: #ffb3ba;
--color-2: #ff667d;
--color-3: #d3aee0;
--color-4: #6b5b95;
--color-5: #f7b32b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3ba, #ff667d, #d3aee0, #6b5b95, #f7b32b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3ba, #ff667d, #d3aee0, #6b5b95, #f7b32b);
}

Pink Pure color palette created on .