Serbian Husky カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Serbian Husky palette
Serbian Husky カラーパレット CSS
/* CSS */
.color-1 {
color: #a3c5d7;
}
.color-2 {
color: #4b9baf;
}
.color-3 {
color: #2a7b93;
}
.color-4 {
color: #1d4d5e;
}
.color-5 {
color: #0e2a2f;
}
/* CSS Variables */
:root {
--color-1: #a3c5d7;
--color-2: #4b9baf;
--color-3: #2a7b93;
--color-4: #1d4d5e;
--color-5: #0e2a2f;
}
Serbian Husky の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c5d7, #4b9baf, #2a7b93, #1d4d5e, #0e2a2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c5d7, #4b9baf, #2a7b93, #1d4d5e, #0e2a2f);
}
似たようなカラーパレット
Serbian Husky color palette created on .