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