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