Endless Whirlpool カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Endless Whirlpool palette

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

Endless Whirlpool カラーパレット CSS

/* CSS */
.color-1 {
color: #0078bd;
}
.color-2 {
color: #0096db;
}
.color-3 {
color: #00b4e6;
}
.color-4 {
color: #00cfe6;
}
.color-5 {
color: #00e4f5;
}

/* CSS Variables */
:root {
--color-1: #0078bd;
--color-2: #0096db;
--color-3: #00b4e6;
--color-4: #00cfe6;
--color-5: #00e4f5;
}

Endless Whirlpool の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0078bd, #0096db, #00b4e6, #00cfe6, #00e4f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0078bd, #0096db, #00b4e6, #00cfe6, #00e4f5);
}

Endless Whirlpool color palette created on .