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