Spotlight Cool カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Spotlight Cool palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Spotlight Cool カラーパレット (PNG) をダウンロード
Spotlight Cool カラーパレット CSS
/* CSS */
.color-1 {
color: #385dff;
}
.color-2 {
color: #57a2ff;
}
.color-3 {
color: #80ccff;
}
.color-4 {
color: #d1e0ff;
}
.color-5 {
color: #f0f0ff;
}
/* CSS Variables */
:root {
--color-1: #385dff;
--color-2: #57a2ff;
--color-3: #80ccff;
--color-4: #d1e0ff;
--color-5: #f0f0ff;
}
Spotlight Cool の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #385dff, #57a2ff, #80ccff, #d1e0ff, #f0f0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #385dff, #57a2ff, #80ccff, #d1e0ff, #f0f0ff);
}
似たようなカラーパレット
Spotlight Cool color palette created on .