Majestic Cottage Haven カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Majestic Cottage Haven palette

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

Majestic Cottage Haven カラーパレット CSS

/* CSS */
.color-1 {
color: #4c6f9a;
}
.color-2 {
color: #a3c1dc;
}
.color-3 {
color: #f5d76b;
}
.color-4 {
color: #e8a35e;
}
.color-5 {
color: #c14e8f;
}

/* CSS Variables */
:root {
--color-1: #4c6f9a;
--color-2: #a3c1dc;
--color-3: #f5d76b;
--color-4: #e8a35e;
--color-5: #c14e8f;
}

Majestic Cottage Haven の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c6f9a, #a3c1dc, #f5d76b, #e8a35e, #c14e8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c6f9a, #a3c1dc, #f5d76b, #e8a35e, #c14e8f);
}

Majestic Cottage Haven color palette created on .