Pastel Pink カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Pastel Pink palette
Pastel Pink カラーパレット CSS
/* CSS */
.color-1 {
color: #f0b7d6;
}
.color-2 {
color: #f6cfa2;
}
.color-3 {
color: #fcd5c0;
}
.color-4 {
color: #a6e2e0;
}
.color-5 {
color: #b5d6e8;
}
/* CSS Variables */
:root {
--color-1: #f0b7d6;
--color-2: #f6cfa2;
--color-3: #fcd5c0;
--color-4: #a6e2e0;
--color-5: #b5d6e8;
}
Pastel Pink の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b7d6, #f6cfa2, #fcd5c0, #a6e2e0, #b5d6e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b7d6, #f6cfa2, #fcd5c0, #a6e2e0, #b5d6e8);
}
似たようなカラーパレット
Pastel Pink color palette created on .