Spotlight Serenade カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Spotlight Serenade palette
Spotlight Serenade カラーパレット CSS
/* CSS */
.color-1 {
color: #f7c94b;
}
.color-2 {
color: #f09800;
}
.color-3 {
color: #c77e00;
}
.color-4 {
color: #6a4c94;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #f09800;
--color-3: #c77e00;
--color-4: #6a4c94;
--color-5: #ff6e61;
}
Spotlight Serenade の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #f09800, #c77e00, #6a4c94, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #f09800, #c77e00, #6a4c94, #ff6e61);
}
似たようなカラーパレット
パレットが見つかりません
別のフィルターを試すか、現在の選択をクリアしてください。
Spotlight Serenade color palette created on .