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