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