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