Urban Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Urban Oasis palette

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

Urban Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #2f4b50;
}
.color-2 {
color: #3d7b78;
}
.color-3 {
color: #73b0a5;
}
.color-4 {
color: #9fd6b0;
}
.color-5 {
color: #f4e2b3;
}

/* CSS Variables */
:root {
--color-1: #2f4b50;
--color-2: #3d7b78;
--color-3: #73b0a5;
--color-4: #9fd6b0;
--color-5: #f4e2b3;
}

Urban Oasis の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f4b50, #3d7b78, #73b0a5, #9fd6b0, #f4e2b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f4b50, #3d7b78, #73b0a5, #9fd6b0, #f4e2b3);
}

Urban Oasis color palette created on .