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