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