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