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