Political Conference カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Political Conference palette
Political Conference カラー パレット PNG 画像
Political Conference カラーパレット CSS
/* CSS */
.color-1 {
color: #3b4b59;
}
.color-2 {
color: #668399;
}
.color-3 {
color: #bad1d9;
}
.color-4 {
color: #cebd83;
}
.color-5 {
color: #b5854f;
}
/* CSS Variables */
:root {
--color-1: #3b4b59;
--color-2: #668399;
--color-3: #bad1d9;
--color-4: #cebd83;
--color-5: #b5854f;
}
Political Conference の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b4b59, #668399, #bad1d9, #cebd83, #b5854f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b4b59, #668399, #bad1d9, #cebd83, #b5854f);
}
似たようなカラーパレット
Political Conference color palette created on .