Sunlit Waves カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunlit Waves palette

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

Sunlit Waves カラーパレット CSS

/* CSS */
.color-1 {
color: #1656c5;
}
.color-2 {
color: #2ca0ed;
}
.color-3 {
color: #f09c0a;
}
.color-4 {
color: #f7d473;
}
.color-5 {
color: #f7c473;
}

/* CSS Variables */
:root {
--color-1: #1656c5;
--color-2: #2ca0ed;
--color-3: #f09c0a;
--color-4: #f7d473;
--color-5: #f7c473;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1656c5, #2ca0ed, #f09c0a, #f7d473, #f7c473);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1656c5, #2ca0ed, #f09c0a, #f7d473, #f7c473);
}

Sunlit Waves color palette created on .