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