Shades of Pink カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Pink palette
Shades of Pink カラーパレット CSS
/* CSS */
.color-1 {
color: #f1a7ae;
}
.color-2 {
color: #f9d1a4;
}
.color-3 {
color: #fcd9a1;
}
.color-4 {
color: #a8d3e1;
}
.color-5 {
color: #6ca4e0;
}
/* CSS Variables */
:root {
--color-1: #f1a7ae;
--color-2: #f9d1a4;
--color-3: #fcd9a1;
--color-4: #a8d3e1;
--color-5: #6ca4e0;
}
Shades of Pink の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7ae, #f9d1a4, #fcd9a1, #a8d3e1, #6ca4e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7ae, #f9d1a4, #fcd9a1, #a8d3e1, #6ca4e0);
}
似たようなカラーパレット
下にスクロールして700+個のエステティックカラーパレットを探索しましょう
Shades of Pink color palette created on .