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