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