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