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