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