Maritime Ember カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Maritime Ember palette

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

Maritime Ember カラーパレット CSS

/* CSS */
.color-1 {
color: #003a5c;
}
.color-2 {
color: #a72a2e;
}
.color-3 {
color: #009485;
}
.color-4 {
color: #f5b400;
}
.color-5 {
color: #f6e48e;
}

/* CSS Variables */
:root {
--color-1: #003a5c;
--color-2: #a72a2e;
--color-3: #009485;
--color-4: #f5b400;
--color-5: #f6e48e;
}

Maritime Ember の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003a5c, #a72a2e, #009485, #f5b400, #f6e48e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003a5c, #a72a2e, #009485, #f5b400, #f6e48e);
}

Maritime Ember color palette created on .