Pastel Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pastel Pink palette

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

Pastel Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c5d5;
}
.color-2 {
color: #e4b58b;
}
.color-3 {
color: #d4a154;
}
.color-4 {
color: #aac7e9;
}
.color-5 {
color: #f0e2b2;
}

/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #e4b58b;
--color-3: #d4a154;
--color-4: #aac7e9;
--color-5: #f0e2b2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #e4b58b, #d4a154, #aac7e9, #f0e2b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #e4b58b, #d4a154, #aac7e9, #f0e2b2);
}

Pastel Pink color palette created on .