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