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