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