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