Pastel Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pastel Pink palette

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

Pastel Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c5d5;
}
.color-2 {
color: #ffb3e3;
}
.color-3 {
color: #ffcc99;
}
.color-4 {
color: #ffffb3;
}
.color-5 {
color: #ccffcc;
}

/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #ffb3e3;
--color-3: #ffcc99;
--color-4: #ffffb3;
--color-5: #ccffcc;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #ffb3e3, #ffcc99, #ffffb3, #ccffcc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #ffb3e3, #ffcc99, #ffffb3, #ccffcc);
}

Pastel Pink color palette created on .