Harmony of Vibrance カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Harmony of Vibrance palette
Harmony of Vibrance カラーパレット CSS
/* CSS */
.color-1 {
color: #fc6136;
}
.color-2 {
color: #fcaa27;
}
.color-3 {
color: #fcb603;
}
.color-4 {
color: #65b88d;
}
.color-5 {
color: #fc3647;
}
/* CSS Variables */
:root {
--color-1: #fc6136;
--color-2: #fcaa27;
--color-3: #fcb603;
--color-4: #65b88d;
--color-5: #fc3647;
}
Harmony of Vibrance の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fc6136, #fcaa27, #fcb603, #65b88d, #fc3647);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fc6136, #fcaa27, #fcb603, #65b88d, #fc3647);
}
似たようなカラーパレット
Harmony of Vibrance color palette created on .