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