Gray and Gold Husky カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Gray and Gold Husky palette

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

Gray and Gold Husky カラーパレット CSS

/* CSS */
.color-1 {
color: #b0c4de;
}
.color-2 {
color: #a8a8a8;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #ff6347;
}
.color-5 {
color: #8b4513;
}

/* CSS Variables */
:root {
--color-1: #b0c4de;
--color-2: #a8a8a8;
--color-3: #ffd900;
--color-4: #ff6347;
--color-5: #8b4513;
}

Gray and Gold Husky の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0c4de, #a8a8a8, #ffd900, #ff6347, #8b4513);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0c4de, #a8a8a8, #ffd900, #ff6347, #8b4513);
}

Gray and Gold Husky color palette created on .