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