Digital Vibrance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Digital Vibrance palette

このパレットを共有する先:

Digital Vibrance カラーパレット CSS

/* CSS */
.color-1 {
color: #588fca;
}
.color-2 {
color: #ff773d;
}
.color-3 {
color: #ffd84d;
}
.color-4 {
color: #79d279;
}
.color-5 {
color: #f36284;
}

/* CSS Variables */
:root {
--color-1: #588fca;
--color-2: #ff773d;
--color-3: #ffd84d;
--color-4: #79d279;
--color-5: #f36284;
}

Digital Vibrance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #588fca, #ff773d, #ffd84d, #79d279, #f36284);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #588fca, #ff773d, #ffd84d, #79d279, #f36284);
}

Digital Vibrance color palette created on .