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