Korean Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Korean Harmony palette

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

Korean Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #c3d9b4;
}
.color-2 {
color: #a3c8b1;
}
.color-3 {
color: #65adc3;
}
.color-4 {
color: #4683af;
}
.color-5 {
color: #283f62;
}

/* CSS Variables */
:root {
--color-1: #c3d9b4;
--color-2: #a3c8b1;
--color-3: #65adc3;
--color-4: #4683af;
--color-5: #283f62;
}

Korean Harmony の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c3d9b4, #a3c8b1, #65adc3, #4683af, #283f62);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c3d9b4, #a3c8b1, #65adc3, #4683af, #283f62);
}

似たようなカラーパレット

下にスクロールして2個の緑カラーパレットを探索しましょう

Korean Harmony color palette created on .