Muted Pink カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Muted Pink palette
Muted Pink カラーパレット CSS
/* CSS */
.color-1 {
color: #f2b1c0;
}
.color-2 {
color: #f5d870;
}
.color-3 {
color: #9ad6c0;
}
.color-4 {
color: #5b9a8b;
}
.color-5 {
color: #403e60;
}
/* CSS Variables */
:root {
--color-1: #f2b1c0;
--color-2: #f5d870;
--color-3: #9ad6c0;
--color-4: #5b9a8b;
--color-5: #403e60;
}
Muted Pink の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b1c0, #f5d870, #9ad6c0, #5b9a8b, #403e60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b1c0, #f5d870, #9ad6c0, #5b9a8b, #403e60);
}
似たようなカラーパレット
下にスクロールして400+個のソフトカラーパレットを探索しましょう
Muted Pink color palette created on .