Robin's Egg Blue Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Robin's Egg Blue Shades palette

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

Robin's Egg Blue Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #00cccc;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #009991;
}
.color-4 {
color: #00857c;
}
.color-5 {
color: #007a6a;
}

/* CSS Variables */
:root {
--color-1: #00cccc;
--color-2: #00b3aa;
--color-3: #009991;
--color-4: #00857c;
--color-5: #007a6a;
}

Robin's Egg Blue Shades の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00cccc, #00b3aa, #009991, #00857c, #007a6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00cccc, #00b3aa, #009991, #00857c, #007a6a);
}

Robin's Egg Blue Shades color palette created on .