Blue Sayber カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Sayber palette

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

Blue Sayber カラーパレット CSS

/* CSS */
.color-1 {
color: #6b9cd1;
}
.color-2 {
color: #4cb8e6;
}
.color-3 {
color: #2ec2b1;
}
.color-4 {
color: #ffa05c;
}
.color-5 {
color: #ff6b6b;
}

/* CSS Variables */
:root {
--color-1: #6b9cd1;
--color-2: #4cb8e6;
--color-3: #2ec2b1;
--color-4: #ffa05c;
--color-5: #ff6b6b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b9cd1, #4cb8e6, #2ec2b1, #ffa05c, #ff6b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b9cd1, #4cb8e6, #2ec2b1, #ffa05c, #ff6b6b);
}

Blue Sayber color palette created on .