Robin's Haven カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Robin's Haven palette

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

Robin's Haven カラーパレット CSS

/* CSS */
.color-1 {
color: #1d4f8b;
}
.color-2 {
color: #f1f5f8;
}
.color-3 {
color: #f6c751;
}
.color-4 {
color: #a9d9ea;
}
.color-5 {
color: #e17c23;
}

/* CSS Variables */
:root {
--color-1: #1d4f8b;
--color-2: #f1f5f8;
--color-3: #f6c751;
--color-4: #a9d9ea;
--color-5: #e17c23;
}

Robin's Haven の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d4f8b, #f1f5f8, #f6c751, #a9d9ea, #e17c23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d4f8b, #f1f5f8, #f6c751, #a9d9ea, #e17c23);
}

Robin's Haven color palette created on .