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