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