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