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