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