Warm Heartbeat カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Warm Heartbeat palette
Warm Heartbeat カラーパレット CSS
/* CSS */
.color-1 {
color: #f7d7a6;
}
.color-2 {
color: #f2b05f;
}
.color-3 {
color: #d94f3a;
}
.color-4 {
color: #a54a90;
}
.color-5 {
color: #6c9cc6;
}
/* CSS Variables */
:root {
--color-1: #f7d7a6;
--color-2: #f2b05f;
--color-3: #d94f3a;
--color-4: #a54a90;
--color-5: #6c9cc6;
}
Warm Heartbeat の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d7a6, #f2b05f, #d94f3a, #a54a90, #6c9cc6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d7a6, #f2b05f, #d94f3a, #a54a90, #6c9cc6);
}
似たようなカラーパレット
下にスクロールして1000+個のエステティックカラーパレットを探索しましょう
Warm Heartbeat color palette created on .