Kawaii Blue Green カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Kawaii Blue Green palette
Kawaii Blue Green カラーパレット CSS
/* CSS */
.color-1 {
color: #a1e2c2;
}
.color-2 {
color: #78d6de;
}
.color-3 {
color: #56b5e1;
}
.color-4 {
color: #4494e4;
}
.color-5 {
color: #2973db;
}
/* CSS Variables */
:root {
--color-1: #a1e2c2;
--color-2: #78d6de;
--color-3: #56b5e1;
--color-4: #4494e4;
--color-5: #2973db;
}
Kawaii Blue Green の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1e2c2, #78d6de, #56b5e1, #4494e4, #2973db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1e2c2, #78d6de, #56b5e1, #4494e4, #2973db);
}
似たようなカラーパレット
Kawaii Blue Green color palette created on .