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