Vital Essence カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vital Essence palette

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

Vital Essence カラーパレット CSS

/* CSS */
.color-1 {
color: #6cb6e5;
}
.color-2 {
color: #f6cf65;
}
.color-3 {
color: #ff8d5c;
}
.color-4 {
color: #ff6b7c;
}
.color-5 {
color: #f24582;
}

/* CSS Variables */
:root {
--color-1: #6cb6e5;
--color-2: #f6cf65;
--color-3: #ff8d5c;
--color-4: #ff6b7c;
--color-5: #f24582;
}

Vital Essence の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6cb6e5, #f6cf65, #ff8d5c, #ff6b7c, #f24582);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6cb6e5, #f6cf65, #ff8d5c, #ff6b7c, #f24582);
}

Vital Essence color palette created on .