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