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