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