Blue Beach カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Beach palette

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

Blue Beach カラーパレット CSS

/* CSS */
.color-1 {
color: #1ab0c7;
}
.color-2 {
color: #a8d6e6;
}
.color-3 {
color: #f4b69f;
}
.color-4 {
color: #f9e3b4;
}
.color-5 {
color: #e5b27b;
}

/* CSS Variables */
:root {
--color-1: #1ab0c7;
--color-2: #a8d6e6;
--color-3: #f4b69f;
--color-4: #f9e3b4;
--color-5: #e5b27b;
}

Blue Beach の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1ab0c7, #a8d6e6, #f4b69f, #f9e3b4, #e5b27b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1ab0c7, #a8d6e6, #f4b69f, #f9e3b4, #e5b27b);
}

Blue Beach color palette created on .