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