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