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