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