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