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