Blue Creek カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Creek palette

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

Blue Creek カラーパレット CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #b0e3c1;
}
.color-3 {
color: #e3d1a1;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #e76e50;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #b0e3c1;
--color-3: #e3d1a1;
--color-4: #f4a462;
--color-5: #e76e50;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #b0e3c1, #e3d1a1, #f4a462, #e76e50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #b0e3c1, #e3d1a1, #f4a462, #e76e50);
}

Blue Creek color palette created on .