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