Duke's Blue Haven カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Duke's Blue Haven palette
Duke's Blue Haven カラーパレット CSS
/* CSS */
.color-1 {
color: #b3c2ff;
}
.color-2 {
color: #7a9eeb;
}
.color-3 {
color: #4983d0;
}
.color-4 {
color: #2e6a9e;
}
.color-5 {
color: #1d4e87;
}
/* CSS Variables */
:root {
--color-1: #b3c2ff;
--color-2: #7a9eeb;
--color-3: #4983d0;
--color-4: #2e6a9e;
--color-5: #1d4e87;
}
Duke's Blue Haven の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3c2ff, #7a9eeb, #4983d0, #2e6a9e, #1d4e87);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3c2ff, #7a9eeb, #4983d0, #2e6a9e, #1d4e87);
}
似たようなカラーパレット
Duke's Blue Haven color palette created on .