Spring Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Spring Blue palette

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

Spring Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #a7e1f1;
}
.color-2 {
color: #f9c69f;
}
.color-3 {
color: #f7e3b6;
}
.color-4 {
color: #f1a7b9;
}
.color-5 {
color: #609f6c;
}

/* CSS Variables */
:root {
--color-1: #a7e1f1;
--color-2: #f9c69f;
--color-3: #f7e3b6;
--color-4: #f1a7b9;
--color-5: #609f6c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7e1f1, #f9c69f, #f7e3b6, #f1a7b9, #609f6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7e1f1, #f9c69f, #f7e3b6, #f1a7b9, #609f6c);
}

Spring Blue color palette created on .