Pink Meris カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Pink Meris palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Pink Meris カラーパレット (PNG) をダウンロード
Pink Meris カラーパレット CSS
/* CSS */
.color-1 {
color: #ecdae0;
}
.color-2 {
color: #e9c9d9;
}
.color-3 {
color: #e2abc5;
}
.color-4 {
color: #ddc5d6;
}
.color-5 {
color: #79698c;
}
/* CSS Variables */
:root {
--color-1: #ecdae0;
--color-2: #e9c9d9;
--color-3: #e2abc5;
--color-4: #ddc5d6;
--color-5: #79698c;
}
Pink Meris の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ecdae0, #e9c9d9, #e2abc5, #ddc5d6, #79698c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ecdae0, #e9c9d9, #e2abc5, #ddc5d6, #79698c);
}
似たようなカラーパレット
Pink Meris color palette created on .