Professional Verdance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Professional Verdance palette

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

Professional Verdance カラーパレット CSS

/* CSS */
.color-1 {
color: #1e4d2b;
}
.color-2 {
color: #4c8c3b;
}
.color-3 {
color: #a2d978;
}
.color-4 {
color: #f4e4b3;
}
.color-5 {
color: #f9bda4;
}

/* CSS Variables */
:root {
--color-1: #1e4d2b;
--color-2: #4c8c3b;
--color-3: #a2d978;
--color-4: #f4e4b3;
--color-5: #f9bda4;
}

Professional Verdance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4d2b, #4c8c3b, #a2d978, #f4e4b3, #f9bda4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4d2b, #4c8c3b, #a2d978, #f4e4b3, #f9bda4);
}

Professional Verdance color palette created on .