Blue Television カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blue Television palette
Blue Television カラーパレット CSS
/* CSS */
.color-1 {
color: #504762;
}
.color-2 {
color: #9f8fcc;
}
.color-3 {
color: #b9afda;
}
.color-4 {
color: #d6cee8;
}
.color-5 {
color: #c4a654;
}
/* CSS Variables */
:root {
--color-1: #504762;
--color-2: #9f8fcc;
--color-3: #b9afda;
--color-4: #d6cee8;
--color-5: #c4a654;
}
Blue Television の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #504762, #9f8fcc, #b9afda, #d6cee8, #c4a654);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #504762, #9f8fcc, #b9afda, #d6cee8, #c4a654);
}
似たようなカラーパレット
Blue Television color palette created on .