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