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