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