Sunlit Equine カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunlit Equine palette

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

Sunlit Equine カラーパレット CSS

/* CSS */
.color-1 {
color: #f8c449;
}
.color-2 {
color: #daa44e;
}
.color-3 {
color: #c78938;
}
.color-4 {
color: #b87a2e;
}
.color-5 {
color: #8b4d1d;
}

/* CSS Variables */
:root {
--color-1: #f8c449;
--color-2: #daa44e;
--color-3: #c78938;
--color-4: #b87a2e;
--color-5: #8b4d1d;
}

Sunlit Equine の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c449, #daa44e, #c78938, #b87a2e, #8b4d1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c449, #daa44e, #c78938, #b87a2e, #8b4d1d);
}

Sunlit Equine color palette created on .