Blue Coastal カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blue Coastal palette
Blue Coastal カラーパレット CSS
/* CSS */
.color-1 {
color: #4bc9e2;
}
.color-2 {
color: #2ab1c6;
}
.color-3 {
color: #0092a8;
}
.color-4 {
color: #007c85;
}
.color-5 {
color: #005b6b;
}
/* CSS Variables */
:root {
--color-1: #4bc9e2;
--color-2: #2ab1c6;
--color-3: #0092a8;
--color-4: #007c85;
--color-5: #005b6b;
}
Blue Coastal の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4bc9e2, #2ab1c6, #0092a8, #007c85, #005b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4bc9e2, #2ab1c6, #0092a8, #007c85, #005b6b);
}
似たようなカラーパレット
Blue Coastal color palette created on .