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