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