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