Urban Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Urban Oasis palette

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

Urban Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #4a9cd3;
}
.color-2 {
color: #5eb3e4;
}
.color-3 {
color: #8dd8e2;
}
.color-4 {
color: #f5c400;
}
.color-5 {
color: #e57e2e;
}

/* CSS Variables */
:root {
--color-1: #4a9cd3;
--color-2: #5eb3e4;
--color-3: #8dd8e2;
--color-4: #f5c400;
--color-5: #e57e2e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a9cd3, #5eb3e4, #8dd8e2, #f5c400, #e57e2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a9cd3, #5eb3e4, #8dd8e2, #f5c400, #e57e2e);
}

Urban Oasis color palette created on .