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