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