Summer's Embrace カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Summer's Embrace palette
Summer's Embrace カラーパレット CSS
/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #f3e1a5;
}
.color-3 {
color: #a9d19f;
}
.color-4 {
color: #76b7d5;
}
.color-5 {
color: #5f7f9b;
}
/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f3e1a5;
--color-3: #a9d19f;
--color-4: #76b7d5;
--color-5: #5f7f9b;
}
Summer's Embrace の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f3e1a5, #a9d19f, #76b7d5, #5f7f9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f3e1a5, #a9d19f, #76b7d5, #5f7f9b);
}
似たようなカラーパレット
下にスクロールして200+個のサマーカラーパレットを探索しましょう
Summer's Embrace color palette created on .