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