Abyssal Waves カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Abyssal Waves palette

このパレットを共有する先:

Abyssal Waves カラーパレット CSS

/* CSS */
.color-1 {
color: #1d4d67;
}
.color-2 {
color: #3a9ad9;
}
.color-3 {
color: #7dc6e8;
}
.color-4 {
color: #f5b400;
}
.color-5 {
color: #f86c30;
}

/* CSS Variables */
:root {
--color-1: #1d4d67;
--color-2: #3a9ad9;
--color-3: #7dc6e8;
--color-4: #f5b400;
--color-5: #f86c30;
}

Abyssal Waves の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d4d67, #3a9ad9, #7dc6e8, #f5b400, #f86c30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d4d67, #3a9ad9, #7dc6e8, #f5b400, #f86c30);
}

Abyssal Waves color palette created on .