Venus カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Venus palette

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

Venus カラーパレット CSS

/* CSS */
.color-1 {
color: #f1a7b2;
}
.color-2 {
color: #f9dab4;
}
.color-3 {
color: #f4e19f;
}
.color-4 {
color: #a4d6c7;
}
.color-5 {
color: #a3c7e0;
}

/* CSS Variables */
:root {
--color-1: #f1a7b2;
--color-2: #f9dab4;
--color-3: #f4e19f;
--color-4: #a4d6c7;
--color-5: #a3c7e0;
}

Venus の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b2, #f9dab4, #f4e19f, #a4d6c7, #a3c7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b2, #f9dab4, #f4e19f, #a4d6c7, #a3c7e0);
}

Venus color palette created on .