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