Summer Serenade カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Summer Serenade palette
Summer Serenade カラーパレット CSS
/* CSS */
.color-1 {
color: #ffb300;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff4d4f;
}
.color-4 {
color: #ff3d7e;
}
.color-5 {
color: #d6a8d7;
}
/* CSS Variables */
:root {
--color-1: #ffb300;
--color-2: #ff6d1f;
--color-3: #ff4d4f;
--color-4: #ff3d7e;
--color-5: #d6a8d7;
}
Summer Serenade の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb300, #ff6d1f, #ff4d4f, #ff3d7e, #d6a8d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb300, #ff6d1f, #ff4d4f, #ff3d7e, #d6a8d7);
}
似たようなカラーパレット
下にスクロールして600+個のブライトカラーパレットを探索しましょう
Summer Serenade color palette created on .