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